Skip to content

Commit

Permalink
tests(e2e): update data to fix retrieve stats card test
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 committed Feb 6, 2024
1 parent 1be7d06 commit 1dd1c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ const STATS_DATA = {
name: "Cateline Mnemosyne",
totalPRs: 2,
totalReviews: 0,
totalCommits: 16,
totalCommits: 17,
totalIssues: 1,
totalStars: 1,
contributedTo: 1,
rank: {
level: "C",
percentile: 98.25108541551654,
percentile: 98.2396643341799,
},
};

Expand Down

0 comments on commit 1dd1c88

Please sign in to comment.