Skip to content

Commit

Permalink
test(RankChart): ユニークユーザの数を調べるテストの説明を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Feb 6, 2025
1 parent 91cd76f commit 0d89882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RankChart/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe("RankChart utils.ts", () => {
]);
});

it("should have total article count", () => {
it("should have the same length as the number of unique users", () => {
const ranking = utils.getRanking([
{ githubUser: "alice" },
{ githubUser: "alice" },
Expand Down

0 comments on commit 0d89882

Please sign in to comment.