Skip to content

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Jun 10, 2019
1 parent 03bbf4d commit e5aae22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addBusinessDays/test.js
Expand Up @@ -5,7 +5,7 @@ import assert from 'power-assert'
import addBusinessDays from '.'

describe('addBusinessDays', function() {
it('adds the given number of weekdays', function() {
it('adds the given number of business days', function() {
var result = addBusinessDays(new Date(2014, 8 /* Sep */, 1), 10)
assert.deepEqual(result, new Date(2014, 8 /* Sep */, 15))
})
Expand Down

0 comments on commit e5aae22

Please sign in to comment.