Skip to content

Commit 1a2a82c

Browse files
authored
test: add new ranking to e2e test (#2750)
1 parent c301289 commit 1a2a82c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/e2e/e2e.test.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ const STATS_DATA = {
2020
totalIssues: 1,
2121
totalStars: 1,
2222
contributedTo: 1,
23-
rank: {
24-
level: "A+",
25-
score: 50.88831151384285,
26-
},
23+
rank: { level: "B", score: 98.50610674501908 },
2724
};
2825

2926
const LANGS_DATA = {

0 commit comments

Comments
 (0)