Skip to content

Commit

Permalink
allow negative refcount
Browse files Browse the repository at this point in the history
  • Loading branch information
wacban committed Dec 13, 2024
1 parent 69924e9 commit d3b0dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/src/test_loop/tests/resharding_v3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ fn test_resharding_v3_split_parent_buffered_receipts_base(base_shard_layout_vers
let account_in_right_child: AccountId = "account6".parse().unwrap();
let params = TestReshardingParameters::new()
.base_shard_layout_version(base_shard_layout_version)
.allow_negative_refcount()
.deploy_test_contract(receiver_account.clone())
.limit_outgoing_gas()
.add_loop_action(call_burn_gas_contract(
Expand Down

0 comments on commit d3b0dd6

Please sign in to comment.