Skip to content

Commit

Permalink
Update test name to match behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicKramer committed Jun 15, 2017
1 parent 6c0a399 commit cb7362c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/error-reporting/test/unit/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('Configuration class', function() {
assert.deepEqual(c.getServiceContext(),
{service: 'node', version: undefined});
});
it('Should specify to report unhandledRejections', function() {
it('Should specify to not report unhandledRejections', function() {
assert.strictEqual(c.getReportUnhandledRejections(), false);
});
});
Expand Down

0 comments on commit cb7362c

Please sign in to comment.