Skip to content

Commit 976ab41

Browse files
rickstaasetdebarr
authored andcommitted
test: update 2e2 rank values (anuraghazra#2816)
This commit ensures the new rank values introduced by anuraghazra#2762 are added to the 2e2 test.
1 parent a2b96b6 commit 976ab41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/e2e/e2e.test.js

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

2629
const LANGS_DATA = {

0 commit comments

Comments
 (0)