Skip to content

Commit 072cb53

Browse files
committed
test: prevent tie with 'Abandoned for a shinier idea' rule in language tests
1 parent f187d4f commit 072cb53

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/lib/scoring.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ test('Ruby repo idle >365 days → Gemfile quip', () => {
278278
isFork: false,
279279
openIssuesCount: 2,
280280
stargazersCount: 5,
281+
forksCount: 0,
281282
description: 'a gem that time forgot',
282283
})
283284
const cause = determineCauseOfDeath(repo)
@@ -292,6 +293,7 @@ test('Perl repo returns Perl-specific cause', () => {
292293
isFork: false,
293294
openIssuesCount: 2,
294295
stargazersCount: 5,
296+
forksCount: 0,
295297
description: 'a Perl tool',
296298
})
297299
const cause = determineCauseOfDeath(repo)
@@ -306,6 +308,7 @@ test('Objective-C repo idle >365 days returns Swift quip', () => {
306308
isFork: false,
307309
openIssuesCount: 2,
308310
stargazersCount: 5,
311+
forksCount: 0,
309312
description: 'an old iOS lib',
310313
})
311314
const cause = determineCauseOfDeath(repo)

0 commit comments

Comments
 (0)