Bug 35190: Adjust tests
Test plan: prove t/db_dependent/Koha/AdditionalField.t Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
40414f9c69
commit
a3be301e62
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ subtest 'effective_authorised_value_category' => sub {
|
||||||
);
|
);
|
||||||
$field->store()->discard_changes();
|
$field->store()->discard_changes();
|
||||||
|
|
||||||
is($field->effective_authorised_value_category, '', 'no default category');
|
is($field->effective_authorised_value_category, undef, 'no default category');
|
||||||
|
|
||||||
$field = Koha::AdditionalField->new(
|
$field = Koha::AdditionalField->new(
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue