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 j4ckofalltrades committed Mar 13, 2024
1 parent cacd87c commit bad4e69
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 bad4e69

Please sign in to comment.