Skip to content

Commit

Permalink
Merge pull request #627 from galacticcouncil/fix_safe_call_filter_test
Browse files Browse the repository at this point in the history
test: fix safe call filter test
  • Loading branch information
mrq1911 authored Jun 7, 2023
2 parents 4248249 + a38decd commit a907ef9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runtime-integration-tests"
version = "0.9.9"
version = "0.9.10"
description = "Integration tests"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
5 changes: 0 additions & 5 deletions integration-tests/src/transact_call_filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ fn blocked_transact_calls_should_not_pass_filter() {
..
})
)));
assert_eq!(
basilisk_runtime::Balances::free_balance(&AccountId::from(BOB)),
BOB_INITIAL_BSX_BALANCE
);
});
}

Expand Down Expand Up @@ -243,6 +239,5 @@ fn safe_call_filter_should_respect_runtime_call_filter() {
..
})
)));
assert_eq!(basilisk_runtime::Balances::free_balance(&AccountId::from(BOB)), 0);
});
}

0 comments on commit a907ef9

Please sign in to comment.