Skip to content

Commit 61be460

Browse files
authored
Meta: Fix isMilestone's test url (#184)
1 parent a48ecc7 commit 61be460

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
@@ -149,7 +149,7 @@ addTests('isLabelList', [
149149

150150
export const isMilestone = (url: URL | HTMLAnchorElement | Location = location): boolean => /^milestone\/\d+/.test(getRepo(url)?.path!);
151151
addTests('isMilestone', [
152-
'https://github.com/sindresorhus/refined-github/milestone/12',
152+
'https://github.com/kubernetes/kubernetes/milestone/56',
153153
]);
154154

155155
export const isMilestoneList = (url: URL | HTMLAnchorElement | Location = location): boolean => getRepo(url)?.path === 'milestones';

0 commit comments

Comments
 (0)