Skip to content

Commit

Permalink
fix: Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anshg1214 committed Jan 1, 2025
1 parent 0a84b3b commit cd65128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ describe.each([

// Expect the total listens and average listens per year to be displayed
expect(screen.getByText("3845")).toBeInTheDocument();
expect(screen.getByText("168")).toBeInTheDocument();
expect(screen.getByText("161")).toBeInTheDocument();
});

it("displays error message when API call fails", async () => {
Expand Down

0 comments on commit cd65128

Please sign in to comment.