Skip to content

Commit

Permalink
fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Oct 25, 2024
1 parent 77d51b2 commit 8ea798b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integrationTests/chainSimulator/bridge/esdtSafe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 8ea798b

Please sign in to comment.