tests(e2e): update data to fix retrieve stats card test (#3626)

This commit is contained in:
Alexandr Garbuzov 2024-01-30 23:41:57 +02:00 committed by GitHub
parent 319e3d401f
commit 547660b0f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,13 +20,13 @@ const STATS_DATA = {
name: "Cateline Mnemosyne",
totalPRs: 2,
totalReviews: 0,
totalCommits: 15,
totalCommits: 16,
totalIssues: 1,
totalStars: 1,
contributedTo: 1,
rank: {
level: "C",
percentile: 98.2625144160878,
percentile: 98.25108541551654,
},
};