From 8ea798bffe35c66559d9b0206b492cdbb001e711 Mon Sep 17 00:00:00 2001 From: axenteoctavian Date: Fri, 25 Oct 2024 17:06:23 +0300 Subject: [PATCH] fix code format --- integrationTests/chainSimulator/bridge/esdtSafe_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/integrationTests/chainSimulator/bridge/esdtSafe_test.go b/integrationTests/chainSimulator/bridge/esdtSafe_test.go index d3694440668..3e54214717f 100644 --- a/integrationTests/chainSimulator/bridge/esdtSafe_test.go +++ b/integrationTests/chainSimulator/bridge/esdtSafe_test.go @@ -333,7 +333,9 @@ func TestChainSimulator_DepositAndExecuteOperations(t *testing.T) { waitIfCrossShardProcessing(cs, esdtSafeAddrShard, chainSim.GetShardForAddress(cs, account.addrBech32)) chainSim.RequireAccountHasToken(t, cs, getTokenIdentifier(executeToken), account.addrBech32, token.Amount) // token original amount } -} // transfer from sovereign chain to main chain with transfer data +} + +// transfer from sovereign chain to main chain with transfer data // tokens are originated from sovereign chain func TestChainSimulator_ExecuteWithTransferDataFails(t *testing.T) { if testing.Short() {