Skip to content

Commit

Permalink
Better test names
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreystone committed Oct 14, 2019
1 parent 3837182 commit 8cf18b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('paperplane-bugsnag + bugsnag.notify', () => {
expect(mockLogger.calls[0]).to.eql([ err ])
})

it('does not notify', () =>
it('notifies', () =>
expect(mockNotify.calls.length).to.equal(1)
)
})
Expand Down Expand Up @@ -162,7 +162,7 @@ describe('paperplane-bugsnag + bugsnag.notify', () => {
expect(mockLogger.calls[0]).to.eql([ err ])
})

it('does not notify', () =>
it('notifies', () =>
expect(mockNotify.calls.length).to.equal(1)
)
})
Expand Down

0 comments on commit 8cf18b3

Please sign in to comment.