Skip to content

Commit

Permalink
fix: fix e2e test data
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored and devantler committed May 1, 2023
1 parent 4bfe1fc commit 58684ad
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 @@ -62,7 +62,7 @@ const WAKATIME_DATA = {
};

const REPOSITORY_DATA = {
name: "cra-test",
name: REPO,
nameWithOwner: `${USER}/cra-test`,
isPrivate: false,
isArchived: false,
Expand Down

0 comments on commit 58684ad

Please sign in to comment.