From 4ffe1304fea1d78a58dd05b8c16a37e1aace9fe4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 23 Mar 2018 13:13:16 -0300 Subject: [PATCH] Bug 20466: Fix fixture syntax in t/Prices.t --- t/Prices.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Prices.t b/t/Prices.t index 46e2a3ace3..4039233f5d 100644 --- a/t/Prices.t +++ b/t/Prices.t @@ -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 / ], -- 2.11.0