mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 21:05:16 +00:00
tests(e2e): update data to fix retrieve stats card test (#3609)
This commit is contained in:
parent
fa50161a65
commit
533469d677
1 changed files with 2 additions and 2 deletions
|
|
@ -20,13 +20,13 @@ const STATS_DATA = {
|
||||||
name: "Cateline Mnemosyne",
|
name: "Cateline Mnemosyne",
|
||||||
totalPRs: 2,
|
totalPRs: 2,
|
||||||
totalReviews: 0,
|
totalReviews: 0,
|
||||||
totalCommits: 8,
|
totalCommits: 1,
|
||||||
totalIssues: 1,
|
totalIssues: 1,
|
||||||
totalStars: 1,
|
totalStars: 1,
|
||||||
contributedTo: 1,
|
contributedTo: 1,
|
||||||
rank: {
|
rank: {
|
||||||
level: "C",
|
level: "C",
|
||||||
percentile: 98.06929469995667,
|
percentile: 98.38875766503551,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue