Skip to content

Commit

Permalink
change reject code from 3 to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Apr 18, 2024
1 parent cddf68a commit 326e8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/composite_queries/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function get_tests(canister1: ActorSubclass<_SERVICE>): Test[] {
Ok: error
.toString()
.includes(
`Rejection code 3, Canister ${getCanisterId(
`Rejection code 5, Canister ${getCanisterId(
'canister2'
)} has no query method`
)
Expand Down

0 comments on commit 326e8fb

Please sign in to comment.