Skip to content

Commit

Permalink
tests(e2e): update data to fix retrieve stats card test (anuraghazra#…
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored and IonianPlayboy committed Mar 11, 2024
1 parent 24949a9 commit 3296166
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: 8,
totalCommits: 1,
totalIssues: 1,
totalStars: 1,
contributedTo: 1,
rank: {
level: "C",
percentile: 98.06929469995667,
percentile: 98.38875766503551,
},
};

Expand Down

0 comments on commit 3296166

Please sign in to comment.