@@ -, +, @@ --- t/db_dependent/Log.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/Log.t +++ a/t/db_dependent/Log.t @@ -54,7 +54,7 @@ subtest 'Existing tests' => sub { t::lib::Mocks::mock_preference('CronjobLog',1); cronlogaction(); - is(Koha::ActionLogs->search({ module => 'CRONJOBS' })->count,0,"Cronjob logged as expected."); + is(Koha::ActionLogs->search({ module => 'CRONJOBS' })->count,1,"Cronjob logged as expected."); }; subtest 'logaction(): interface is correctly logged' => sub { --