Skip to content

Commit

Permalink
Merge pull request #787 from galacticcouncil/fix_test_name
Browse files Browse the repository at this point in the history
test: fix incorrect test name
  • Loading branch information
Roznovjak authored Mar 14, 2024
2 parents 9d70968 + 635bf67 commit 765e290
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "1.19.7"
version = "1.19.8"
description = "Integration tests"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/src/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ mod account_conversion {
}

#[test]
fn evm_call_from_runtime_rpc_should_be_accepted_from_bound_addresses() {
fn evm_call_from_runtime_rpc_should_be_accepted_from_unbound_addresses() {
TestNet::reset();

Hydra::execute_with(|| {
Expand Down

0 comments on commit 765e290

Please sign in to comment.