From 21f6c95f7c4403adf1977367d21213a42792207a Mon Sep 17 00:00:00 2001 From: Andrei Marinica Date: Tue, 14 May 2024 16:49:54 +0300 Subject: [PATCH] test fix --- esdt-system-sc-mock/scenarios/esdt_system_sc.scen.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esdt-system-sc-mock/scenarios/esdt_system_sc.scen.json b/esdt-system-sc-mock/scenarios/esdt_system_sc.scen.json index 9477a47..5e54fb1 100644 --- a/esdt-system-sc-mock/scenarios/esdt_system_sc.scen.json +++ b/esdt-system-sc-mock/scenarios/esdt_system_sc.scen.json @@ -19,7 +19,7 @@ } }, "storage": {}, - "code": "file:../output/esdt-system-sc-mock.wasm" + "code": "mxsc:../output/esdt-system-sc-mock.mxsc.json" } } }, @@ -97,7 +97,7 @@ "storage": { "str:nrIssuedTokens": "1" }, - "code": "file:../output/esdt-system-sc-mock.wasm" + "code": "mxsc:../output/esdt-system-sc-mock.mxsc.json" } } },