Skip to content

Commit aef9440

Browse files
committed
test(useConnectMutation): add tests
1 parent cfdf3da commit aef9440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/data-connect/useConnectMutation.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ describe("useConnectMutation", () => {
575575
});
576576
});
577577

578-
test("executes delete mutation successfully", async () => {
578+
test("calls onSuccess callback after successful delete mutation", async () => {
579579
const { result: createMutationResult } = renderHook(
580580
() => useConnectMutation(createMovieRef),
581581
{

0 commit comments

Comments
 (0)