From bea2eb1d5bebed649629f04f944a4d8ee7f10d99 Mon Sep 17 00:00:00 2001 From: Andrei Marinica Date: Tue, 12 Sep 2023 10:20:46 +0300 Subject: [PATCH] event log scenario test fixes --- ...romises_call_async_retrieve_egld.scen.json | 20 ++++++++++++++----- ...romises_call_async_retrieve_esdt.scen.json | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/test/features/composability/scenarios-promises/promises_call_async_retrieve_egld.scen.json b/test/features/composability/scenarios-promises/promises_call_async_retrieve_egld.scen.json index 671b24c0c..de22eeabf 100644 --- a/test/features/composability/scenarios-promises/promises_call_async_retrieve_egld.scen.json +++ b/test/features/composability/scenarios-promises/promises_call_async_retrieve_egld.scen.json @@ -75,11 +75,21 @@ "sc:forwarder" ], "data": [ - "str:AsyncCall", - "str:retrieve_funds", - "str:EGLD", - "0", - "1000" + "str:BackTransfer", + "" + ] + }, + { + "address": "sc:vault", + "endpoint": "str:transferValueOnly", + "topics": [ + "1000", + "sc:forwarder" + ], + "data": [ + "str:AsyncCallback", + "str:retrieve_funds_callback", + "0x00" ] }, { diff --git a/test/features/composability/scenarios-promises/promises_call_async_retrieve_esdt.scen.json b/test/features/composability/scenarios-promises/promises_call_async_retrieve_esdt.scen.json index 76489b6f1..be292d045 100644 --- a/test/features/composability/scenarios-promises/promises_call_async_retrieve_esdt.scen.json +++ b/test/features/composability/scenarios-promises/promises_call_async_retrieve_esdt.scen.json @@ -80,7 +80,7 @@ "sc:forwarder" ], "data": [ - "str:AsyncCall", + "str:BackTransfer", "str:ESDTTransfer", "str:TEST-TOKENA", "1000"