Skip to content

Commit

Permalink
Update deploy_remote_interchain_token.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy committed Dec 18, 2024
1 parent 1003290 commit d4e13c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ fn deploy_remote_interchain_token_fails_untrusted_chain() {

#[test]
#[should_panic(expected = "HostError: Error(WasmVm, InvalidAction)")]
fn deploy_remote_interchain_token_fails_with_invalid_token_id() {
fn deploy_remote_interchain_token_fails_with_invalid_action() {
let (env, client, _, _, _) = setup_env();
env.mock_all_auths();

Expand Down

0 comments on commit d4e13c2

Please sign in to comment.