Skip to content

Commit

Permalink
test: update 2e2 rank values (anuraghazra#2816)
Browse files Browse the repository at this point in the history
This commit ensures the new rank values introduced by anuraghazra#2762 are added
to the 2e2 test.
  • Loading branch information
rickstaa authored and dhollinger committed Jun 23, 2023
1 parent 885dcdb commit 20e3a8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/e2e/e2e.test.js
Expand Up @@ -20,7 +20,10 @@ const STATS_DATA = {
totalIssues: 1,
totalStars: 1,
contributedTo: 1,
rank: { level: "B", score: 98.50610674501908 },
rank: {
level: "C",
percentile: 97.89377603631637,
},
};

const LANGS_DATA = {
Expand Down

0 comments on commit 20e3a8f

Please sign in to comment.