Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
engelhartrueben committed Oct 3, 2024
1 parent e530796 commit 4a58298
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __test__/containers/CampaignList.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ describe("CampaignList", () => {
<AdminCampaignList data={data} mutations={mutations} params={params} />
);
});

const cells = screen.getAllByRole('cell');

expect(cells.length).toBe(7);
Expand Down

0 comments on commit 4a58298

Please sign in to comment.