Skip to content

Commit

Permalink
oh
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Dec 20, 2024
1 parent ea3e300 commit d6a929d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ref-tests/tests/ic-ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1246,8 +1246,8 @@ mod extras {
Err(AgentError::CertifiedReject(RejectResponse {
reject_code: RejectCode::CanisterError,
reject_message,
error_code: None,
})) if reject_message.contains("Canister iimsn-6yaaa-aaaaa-afiaa-cai is already installed")
error_code: Some(code),
})) if reject_message.contains("Canister iimsn-6yaaa-aaaaa-afiaa-cai is already installed") && code == "IC0538"
),
"wrong error: {result:?}"
);
Expand Down

0 comments on commit d6a929d

Please sign in to comment.