Skip to content

Commit

Permalink
Fix: deleted comment code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexappleget committed Oct 17, 2024
1 parent fea5080 commit a0c3859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(admin)/admin/leagues/page.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('AdminLeagues', () => {
it('should render the League data table component', async () => {
await waitFor(() => {
const leagueTable = screen.getByTestId('data-table');
expect(leagueTable).toBeInTheDocument(); // Verifies table is present
expect(leagueTable).toBeInTheDocument();
});
});
});

0 comments on commit a0c3859

Please sign in to comment.