Skip to content

Commit

Permalink
fix error wording in composite_queries
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Jun 10, 2024
1 parent 84ad0cf commit eb63c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/composite_queries/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ export function get_tests(canister1: ActorSubclass<_SERVICE>): Test[] {
Ok: error
.toString()
.includes(
`Rejection code 5, Canister ${getCanisterId(
`Rejection code 5, Error from Canister ${getCanisterId(
'canister2'
)} has no query method`
)}: Canister has no query method`
)
};
}
Expand Down

0 comments on commit eb63c88

Please sign in to comment.