Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Fix testid query
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 18, 2021
1 parent f3101ed commit 35504ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/buildHooks.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ describe('hooks with createApi defaults set', () => {
{ wrapper: storeRef.wrapper }
);

expect(screen.getByTestId('length').textContent).toBe('0');
expect(screen.getByTestId('size2').textContent).toBe('0');
});
});

Expand Down

0 comments on commit 35504ca

Please sign in to comment.