Browse Source

Bug 14888: Revert "Bug 14888: (QA followup) remove unused lib/var"

This reverts commit b36cec6cba.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
3.22.x
Tomás Cohen Arazi 9 years ago
parent
commit
7c066239f3
  1. 2
      t/db_dependent/Koha/Cities.t

2
t/db_dependent/Koha/Cities.t

@ -21,7 +21,9 @@ use Modern::Perl;
use Test::More tests => 4;
use Koha::City;
use Koha::Cities;
use t::lib::TestBuilder;
my $builder = t::lib::TestBuilder->new;
my $nb_of_cities = Koha::Cities->search->count;
my $new_city_1 = Koha::City->new({
city_name => 'my_city_name_for_test_1',

Loading…
Cancel
Save