Skip to content

Commit

Permalink
test: add new ranking to e2e test (anuraghazra#2750)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored and noahlibby17 committed Oct 23, 2023
1 parent 3977b90 commit a602c45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/e2e/e2e.test.js
Expand Up @@ -24,10 +24,14 @@ const STATS_DATA = {
totalIssues: 1,
totalStars: 1,
contributedTo: 1,
<<<<<<< HEAD
rank: {
level: "C",
percentile: 98.06929469995667,
},
=======
rank: { level: "B", score: 98.50610674501908 },
>>>>>>> 1a2a82c (test: add new ranking to e2e test (#2750))
};

const LANGS_DATA = {
Expand Down

0 comments on commit a602c45

Please sign in to comment.