From afc5ddb09a012ca93952f893ab6629e85b0f36e8 Mon Sep 17 00:00:00 2001 From: matteo-cristino Date: Thu, 1 Feb 2024 10:55:17 +0100 Subject: [PATCH] test(db): fix object type in zencode contract --- test/db/raw_query.zen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/db/raw_query.zen b/test/db/raw_query.zen index 1f155cb7..db522a64 100644 --- a/test/db/raw_query.zen +++ b/test/db/raw_query.zen @@ -9,7 +9,7 @@ Given I execute the SQL statement named 'query_6' pass the parameters named 'que Given I have a 'string dictionary' named 'result_1' Given I have a 'string dictionary' named 'result_2' Given I have a 'string dictionary' named 'result_3' -Given I have a 'string dictionary' named 'result_4' +Given I have a 'string array' named 'result_4' Given I have a 'string dictionary' named 'result_5' Given I have a 'string dictionary' named 'result_6' Then print all data