Skip to content

Commit

Permalink
Merge pull request #727 from ygnoh/patch-1
Browse files Browse the repository at this point in the history
Fix test description
  • Loading branch information
Ashwin Sangem authored and GitHub committed Feb 7, 2022
2 parents b32c91d + 45bb0b1 commit 5df1ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/actionUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test("isGhes returns true if server url is not github.com", () => {
}
});

test("isGhes returns true when server url is github.com", () => {
test("isGhes returns false when server url is github.com", () => {
try {
process.env["GITHUB_SERVER_URL"] = "http://github.com";
expect(actionUtils.isGhes()).toBe(false);
Expand Down

0 comments on commit 5df1ae8

Please sign in to comment.