Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Oct 18, 2024
1 parent 3b74c72 commit e8847b0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bridge-proxy/tests/bridge_proxy_blackbox_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ fn deploy_test() {
fn bridge_proxy_execute_crowdfunding_test() {
let mut test = BridgeProxyTestState::new();

test.world.start_trace();

test.deploy_bridge_proxy();
test.deploy_crowdfunding();
test.config_bridge();
Expand Down Expand Up @@ -275,9 +273,6 @@ fn bridge_proxy_execute_crowdfunding_test() {
.get_current_funds()
.returns(ExpectValue(500u64))
.run();

// test.world
// .write_scenario_trace("scenarios/bridge_proxy_execute_crowdfunding.scen.json");
}

#[test]
Expand Down Expand Up @@ -497,8 +492,6 @@ fn test_lowest_tx_id() {
fn bridge_proxy_wrong_formatting_sc_call_test() {
let mut test = BridgeProxyTestState::new();

test.world.start_trace();

test.deploy_bridge_proxy();
test.deploy_crowdfunding();
test.config_bridge();
Expand Down

0 comments on commit e8847b0

Please sign in to comment.