Skip to content

Commit

Permalink
test: use correct store
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckT committed Aug 30, 2024
1 parent a6a3b3b commit c807385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/earn/EarnPoolInfoScreen.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ describe('EarnPoolInfoScreen', () => {
},
])('opens $testId and track analytics event', ({ testId, event, infoIconTestId, type }) => {
const { getByTestId } = render(
<Provider store={defaultStore}>
<Provider store={store}>
<MockedNavigator
component={() => {
return (
Expand Down

0 comments on commit c807385

Please sign in to comment.