diff --git a/packages/error-reporting/test/unit/configuration.js b/packages/error-reporting/test/unit/configuration.js index 4d1343d04bc..b1d13f0d306 100644 --- a/packages/error-reporting/test/unit/configuration.js +++ b/packages/error-reporting/test/unit/configuration.js @@ -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); }); });