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")