Skip to content

Commit 9bc8f2a

Browse files
committed
fix test name
1 parent 1beb73c commit 9bc8f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/spec/useAction.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ describe("useAction", () => {
417417
`);
418418
});
419419

420-
test("generates correct mutation and variables for fat trigger", async () => {
420+
test("generates correct mutation and variables for trigger that contributes inputs", async () => {
421421
let variables: AnyVariables;
422422

423423
const client = createMockUrqlClient({

0 commit comments

Comments
 (0)