Skip to content

Commit

Permalink
tests(e2e): fix stats card data name (#3839)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 committed Jul 6, 2024
1 parent 0496044 commit 6c6888e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const STATS_CARD_USER = "e2eninja";
const GIST_ID = "372cef55fd897b31909fdeb3a7262758";

const STATS_DATA = {
name: "E2ENinja",
name: "CodeNinja",
totalPRs: 1,
totalReviews: 0,
totalCommits: 3,
Expand Down

0 comments on commit 6c6888e

Please sign in to comment.