Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed May 30, 2024
1 parent e5a778a commit 1ab4030
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ref-tests/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ fn canister_reject_call() {
reject_message,
error_code: None,
..
})) if *reject_message == format!(
"Canister {} has no update method 'wallet_send'",
})) if reject_message.contains(&format!(
"Canister {}: Canister has no update method 'wallet_send'",
alice.canister_id()
)
))
),
"wrong error: {result:?}"
);
Expand Down

0 comments on commit 1ab4030

Please sign in to comment.