Skip to content

Commit 928344d

Browse files
oops
1 parent 4255861 commit 928344d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ TEST: addTests('isGist', [
184184
]);
185185

186186
export const isGlobalIssueList = (url: URL | HTMLAnchorElement | Location = location): boolean => getCleanPathname(url) === 'issues';
187-
TEST: addTests('isGlobalPRList', [
187+
TEST: addTests('isGlobalIssueList', [
188188
'https://github.com/issues',
189189
'https://github.com/issues/assigned',
190190
'https://github.com/issues/mentioned',

0 commit comments

Comments
 (0)