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 devantler committed Sep 24, 2023
1 parent 54fb0c3 commit a064b14
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/e2e/e2e.test.js
Expand Up @@ -20,10 +20,7 @@ const STATS_DATA = {
totalIssues: 1,
totalStars: 1,
contributedTo: 1,
rank: {
level: "A+",
score: 50.88831151384285,
},
rank: { level: "B", score: 98.50610674501908 },
};

const LANGS_DATA = {
Expand Down

0 comments on commit a064b14

Please sign in to comment.