Skip to content

Commit cb09a2d

Browse files
committed
Clearly identify ci annotations as test cases
1 parent 40e131a commit cb09a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/func.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test("invalid permission level in config", async () => {
124124
const config = [
125125
{
126126
command: "test",
127-
permission: "super-admin",
127+
permission: "test-case-invalid-permission",
128128
issue_type: "both",
129129
repository: "peter-evans/slash-command-dispatch",
130130
event_type_suffix: "-command"
@@ -138,7 +138,7 @@ test("invalid issue type in config", async () => {
138138
{
139139
command: "test",
140140
permission: "write",
141-
issue_type: "pr",
141+
issue_type: "test-case-invalid-issue-type",
142142
repository: "peter-evans/slash-command-dispatch",
143143
event_type_suffix: "-command"
144144
}

0 commit comments

Comments
 (0)