Skip to content

Commit

Permalink
tests(e2e): update data to fix retrieve stats card test (#3626)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored Jan 30, 2024
1 parent 319e3d4 commit 547660b
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: 15,
totalCommits: 16,
totalIssues: 1,
totalStars: 1,
contributedTo: 1,
rank: {
level: "C",
percentile: 98.2625144160878,
percentile: 98.25108541551654,
},
};

Expand Down

0 comments on commit 547660b

Please sign in to comment.