Skip to content

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonggoo Noh authored and GitHub committed Feb 7, 2022
1 parent b32c91d commit 45bb0b1
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 45bb0b1

Please sign in to comment.