Skip to content

Commit 000ccd1

Browse files
authored
Remove duplicated test assertion (#72)
1 parent 853dc19 commit 000ccd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ test('converts bytes to human readable strings', t => {
1919
t.is(prettyBytes(10.1), '10.1 B');
2020
t.is(prettyBytes(999), '999 B');
2121
t.is(prettyBytes(1001), '1 kB');
22-
t.is(prettyBytes(1001), '1 kB');
2322
t.is(prettyBytes(1e16), '10 PB');
2423
t.is(prettyBytes(1e30), '1000000 YB');
2524
});

0 commit comments

Comments
 (0)