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 c54ff4e commit e5a778a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref-tests/tests/ic-ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ mod management_canister {
reject_code: RejectCode::CanisterError,
reject_message,
error_code: Some(error_code),
})) if *reject_message == format!("IC0536: Canister {} has no query method 'query'", canister_id)
})) if reject_message.contains(&format!("Canister {}: Canister has no query method 'query'", canister_id))
&& error_code == "IC0536",
),
"wrong error: {result:?}"
Expand Down

0 comments on commit e5a778a

Please sign in to comment.