Skip to content

Commit

Permalink
seen the error, changed it back
Browse files Browse the repository at this point in the history
  • Loading branch information
PattonYin committed Dec 6, 2023
1 parent ec1ffa5 commit 84f8c56
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("artist3")).toBeInTheDocument();
expect(screen.getByText("artist2")).toBeInTheDocument();
expect(screen.getByText("song1")).toBeInTheDocument();
expect(screen.getByText("song2")).toBeInTheDocument();
});
Expand Down

1 comment on commit 84f8c56

@PattonYin
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:)

Please sign in to comment.