Skip to content

Commit

Permalink
Minor: remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Jul 9, 2023
1 parent 4395b11 commit dcd80f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/humanizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ describe("humanizer", function () {
assert.strictEqual(h(1000), "1 second");
assert.strictEqual(h(2000), "2 seconds");
assert.strictEqual(h(540360012), "6 days, 6 hours");
assert.strictEqual(h(540360012), "6 days, 6 hours");
assert.strictEqual(
h(540360012, { largest: 3 }),
"6 days, 6 hours, 6 minutes"
Expand Down

0 comments on commit dcd80f8

Please sign in to comment.