Skip to content

Commit

Permalink
go test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alyn509 committed Jan 31, 2025
1 parent 5095f36 commit d748209
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ fn whitelist_blacklist_fee_token_go() {
}

#[test]
fn pay_fee_and_fund_esdt_go() {
world().run("scenarios/pay-fee-and-fund-esdt.scen.json");
fn pay_fee_and_fund_esdt_single_go() {
world().run("scenarios/pay-fee-and-fund-esdt-single.scen.json");
}
#[test]
fn pay_fee_and_fund_esdt_multiple_go() {
world().run("scenarios/pay-fee-and-fund-esdt-multiple.scen.json");
}

#[test]
Expand Down

0 comments on commit d748209

Please sign in to comment.