Skip to content

Commit 60c021a

Browse files
committed
remove obsolete test for version without size
changes upstream removed all null crate_size see also rust-lang/crates.io#9926
1 parent e1541ac commit 60c021a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

services/crates/crates-size.tester.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ t.create('size (with version)')
1010
.get('/tokio/1.32.0.json')
1111
.expectBadge({ label: 'size', message: '725 kB' })
1212

13-
t.create('size (with version where version doesnt have size)')
14-
.get('/tokio/0.1.6.json')
15-
.expectBadge({ label: 'crates.io', message: 'unknown' })
16-
1713
t.create('size (not found)')
1814
.get('/not-a-crate.json')
1915
.expectBadge({ label: 'crates.io', message: 'not found' })

0 commit comments

Comments
 (0)