From 5f446a5f0aa4a05f5502e8562c9bdd5552dc1597 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 Signed-off-by: Jonathan Druart (cherry picked from commit 00c9f9b0ea0179d8623bf350a7961a8cd75c5348) Signed-off-by: Fridolin Somers --- t/Prices.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Prices.t b/t/Prices.t index f89c7f6dae..839f6c0e85 100644 --- a/t/Prices.t +++ b/t/Prices.t @@ -33,7 +33,7 @@ $db->mock( _new_schema => sub { return Schema(); } ); fixtures_ok [ Currency => [ [ qw/ currency symbol rate active / ], - [[ 'my_cur', '€', 1, 1, ]], + [ 'my_cur', '€', 1, 1, ], ], Aqbookseller => [ [ qw/ id name listincgst invoiceincgst / ], -- 2.39.5