Skip to content

Commit cb7362c

Browse files
committed
Update test name to match behavior
1 parent 6c0a399 commit cb7362c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/error-reporting/test/unit/configuration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe('Configuration class', function() {
9292
assert.deepEqual(c.getServiceContext(),
9393
{service: 'node', version: undefined});
9494
});
95-
it('Should specify to report unhandledRejections', function() {
95+
it('Should specify to not report unhandledRejections', function() {
9696
assert.strictEqual(c.getReportUnhandledRejections(), false);
9797
});
9898
});

0 commit comments

Comments
 (0)