Skip to content

Commit

Permalink
spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankatliarchuk committed Oct 1, 2022
1 parent 15c00e0 commit ba84b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ci_source/providers/_tests/_gitlab.test.ts
Expand Up @@ -34,7 +34,7 @@ describe(".pullRequestID", () => {
})

describe(".repoSlug", () => {
it("derives it 'CI_PROJECT_PATH' env var", () => {
it("derives it from 'CI_PROJECT_PATH' env var", () => {
const result = new GitLabCI(correctEnv)
expect(result.repoSlug).toEqual("gitlab-org/gitlab-foss")
})
Expand Down

0 comments on commit ba84b5f

Please sign in to comment.