Skip to content

Commit

Permalink
check if git action could detect fails in test
Browse files Browse the repository at this point in the history
  • Loading branch information
PattonYin committed Dec 6, 2023
1 parent 3472044 commit ec1ffa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ describe("Songdisplay Render Test", () => {
});

expect(screen.getByText("artist1")).toBeInTheDocument();
expect(screen.getByText("artist2")).toBeInTheDocument();
expect(screen.getByText("artist3")).toBeInTheDocument();
expect(screen.getByText("song1")).toBeInTheDocument();
expect(screen.getByText("song2")).toBeInTheDocument();
});
Expand Down

0 comments on commit ec1ffa5

Please sign in to comment.