Skip to content

Commit

Permalink
fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Nov 5, 2024
1 parent c7a77d6 commit 346fc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationTests/chainSimulator/bridge/esdtSafe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 346fc01

Please sign in to comment.