Skip to content

Commit

Permalink
added allow_multiple_var_args annotation and tests for the validate f…
Browse files Browse the repository at this point in the history
…unction
  • Loading branch information
mihaicalinluca committed Oct 12, 2023
1 parent ed3756f commit 3bbf856
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions contracts/examples/adder/tests/adder_scenario_rs_test.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
use multiversx_sc_scenario::*;

fn world() -> ScenarioWorld {
let mut blockchain = ScenarioWorld::new();
blockchain.set_current_dir_from_workspace("contracts/examples/adder");

blockchain.register_contract("file:output/adder.wasm", adder::ContractBuilder);
blockchain
todo!()
}

#[test]
Expand Down

0 comments on commit 3bbf856

Please sign in to comment.