Skip to content

Commit

Permalink
fix error format
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Jun 10, 2024
1 parent adf80c9 commit f20a041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ic_api/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,9 @@ export function getTests(icApiCanister: ActorSubclass<_SERVICE>): Test[] {
return {
Ok:
(error as any).props.Message ===
`IC0503: Canister ${getCanisterId(
`IC0503: Error from Canister ${getCanisterId(
'ic_api'
)} trapped explicitly: here is the message`
)}: Canister trapped explicitly: here is the message`
};
}
}
Expand Down

0 comments on commit f20a041

Please sign in to comment.