Skip to content

Commit

Permalink
Fix useLoadableQuery tests affected by variables change
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jan 24, 2025
1 parent 1322731 commit 0b0529e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/hooks/__tests__/useLoadableQuery.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5099,7 +5099,7 @@ it("can subscribe to subscriptions and react to cache updates via `subscribeToMo
subscriptionData: {
data: { greetingUpdated: "Subscription hello" },
},
variables: {},
variables: undefined,
}
);
});
Expand Down

0 comments on commit 0b0529e

Please sign in to comment.