Skip to content

Commit

Permalink
tests(e2e): fix stats card data name (anuraghazra#3839)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored and harryzcy committed Jul 6, 2024
1 parent 9377f7d commit 9f2dbf0
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 9f2dbf0

Please sign in to comment.