@@ -, +, @@ issue --- t/Prices.t | 1 + 1 file changed, 1 insertion(+) --- a/t/Prices.t +++ a/t/Prices.t @@ -24,6 +24,7 @@ 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 => [ --