Bug 20912: (QA follow-up) The default rule already has renewalsallowed=0
[koha.git] / t / Prices.t
index c65f203..4039233 100644 (file)
@@ -24,11 +24,12 @@ use Test::DBIx::Class;
 
 my $db = Test::MockModule->new('Koha::Database');
 $db->mock( _new_schema => sub { return Schema(); } );
+Koha::Database::flush_schema_cache();
 
 fixtures_ok [
     Currency => [
         [ qw/ currency symbol rate active / ],
-        [[ 'my_cur', '€', 1, 1, ]],
+        [ 'my_cur', '€', 1, 1, ],
     ],
     Aqbookseller => [
         [ qw/ id name listincgst invoiceincgst / ],