Skip to content

Commit

Permalink
comment go test
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Feb 27, 2024
1 parent 6d86864 commit 4820cd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions multisig/tests/scenario_go_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ fn ethereum_to_multiversx_tx_batch_ok_go() {
world().run("scenarios/ethereum_to_multiversx_tx_batch_ok.scen.json");
}

#[test]
fn ethereum_to_multiversx_tx_batch_rejected_go() {
world().run("scenarios/ethereum_to_multiversx_tx_batch_rejected.scen.json");
}
// #[test]
// fn ethereum_to_multiversx_tx_batch_rejected_go() {
// world().run("scenarios/ethereum_to_multiversx_tx_batch_rejected.scen.json");
// }

#[test]
fn execute_multiversx_to_ethereum_tx_batch_go() {
Expand Down

0 comments on commit 4820cd4

Please sign in to comment.