Skip to content

Commit 0fbf6d3

Browse files
authored
test: swap incorrect test descriptions (#105)
1 parent 050ce84 commit 0fbf6d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test("GITHUB_ACTION not set", async () => {
4949
}
5050
});
5151

52-
test("GITHUB_TOKEN and INPUT_GITHUB_TOKEN not set", async () => {
52+
test("both GITHUB_TOKEN and INPUT_GITHUB_TOKEN set", async () => {
5353
process.env.GITHUB_ACTION = "my-action";
5454
process.env.GITHUB_TOKEN = "v1.1234567890abcdef1234567890abcdef12345678";
5555
process.env.INPUT_GITHUB_TOKEN =
@@ -65,7 +65,7 @@ test("GITHUB_TOKEN and INPUT_GITHUB_TOKEN not set", async () => {
6565
}
6666
});
6767

68-
test("both GITHUB_TOKEN and INPUT_GITHUB_TOKEN set", async () => {
68+
test("GITHUB_TOKEN and INPUT_GITHUB_TOKEN not set", async () => {
6969
process.env.GITHUB_ACTION = "my-action";
7070

7171
try {

0 commit comments

Comments
 (0)