From 346fc01723da8ea665a29a862eeb5db9d4c27256 Mon Sep 17 00:00:00 2001 From: axenteoctavian Date: Tue, 5 Nov 2024 14:42:32 +0200 Subject: [PATCH] fixes after review --- integrationTests/chainSimulator/bridge/esdtSafe_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationTests/chainSimulator/bridge/esdtSafe_test.go b/integrationTests/chainSimulator/bridge/esdtSafe_test.go index 1f3f60226a0..73bd7d362b3 100644 --- a/integrationTests/chainSimulator/bridge/esdtSafe_test.go +++ b/integrationTests/chainSimulator/bridge/esdtSafe_test.go @@ -338,7 +338,7 @@ func TestChainSimulator_DepositAndExecuteOperations(t *testing.T) { // transfer from sovereign chain to main chain with transfer data // tokens are originated from sovereign chain // the execution is always expected to fail because of transfer data arguments -// also checking that tokens are burned +// we also check that tokens are burned if the execution fails func TestChainSimulator_ExecuteWithTransferDataFails(t *testing.T) { if testing.Short() { t.Skip("this is not a short test")