Bug 22917: Fix typo in another test file
It looks safe to do it here and now. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
04d990c71d
commit
6ae2edb033
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ ok($success, "GetLogs returns results for an open search");
|
|||
|
||||
eval {
|
||||
# FIXME: US formatted date hardcoded into test for now
|
||||
my $date = output_pref( { dt => dt_from_string, datenonly => 1, dateformat => 'iso' } );
|
||||
my $date = output_pref( { dt => dt_from_string, dateonly => 1, dateformat => 'iso' } );
|
||||
$success = scalar(@{GetLogs( $date, $date, "", undef, undef, "", "") } );
|
||||
} or do {
|
||||
diag($@);
|
||||
|
|
Loading…
Reference in a new issue