Skip to content

Commit

Permalink
Move ts exception
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sachs <[email protected]>
  • Loading branch information
paul-sachs committed Dec 9, 2024
1 parent 2414529 commit d4d7f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect-query-core/src/connect-query-key.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ describe("createConnectQueryKey", () => {
});

it("cannot except invalid input", () => {
// @ts-expect-error(2322) cannot create a key with invalid input
createConnectQueryKey({
schema: ElizaService.method.say,
input: {
// @ts-expect-error(2322) cannot create a key with invalid input
sentence: 1,
},
cardinality: undefined,
Expand Down

0 comments on commit d4d7f9c

Please sign in to comment.