View | Details | Raw Unified | Return to bug 25423
Collapse All | Expand All

(-)a/t/db_dependent/Koha/Objects.t (-2 / +1 lines)
Lines 859-865 subtest 'Return same values as DBIx::Class' => sub { Link Here
859
                    'Koha::Exceptions::Object::NotInstantiated',
859
                    'Koha::Exceptions::Object::NotInstantiated',
860
                    'Exception thrown if not instantiated class';
860
                    'Exception thrown if not instantiated class';
861
861
862
                is( "$@", 'Tried to access the \'update\' method, but Koha::Patrons is not instantiated', 'Exception stringified correctly' );
862
                is( "$@", 'Tried to access the \'update\' method, but Koha::Cities is not instantiated', 'Exception stringified correctly' );
863
863
864
            };
864
            };
865
        };
865
        };
866
- 

Return to bug 25423