Bug 19489: (QA follow-up) Update test to use objects and module methods for creating...
[koha.git] / t / Prices.t
index 46e2a3a..4039233 100644 (file)
@@ -29,7 +29,7 @@ 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 / ],