Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fgreinacher committed Jan 12, 2025
1 parent 2102ec3 commit 38ac050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/get-project-context.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ test("Parse project path with https URL", (t) => {
"owner/repo"
);
t.is(
getProjectContext({ env: {} }, "https://gitlbab.com", "https://api.gitlab.com", "https://gitlab.com/owner/repo").projectPath,
getProjectContext({ env: {} }, "https://gitlbab.com", "https://api.gitlab.com", "https://gitlab.com/owner/repo")
.projectPath,
"owner/repo"
);
});
Expand Down

0 comments on commit 38ac050

Please sign in to comment.