diff --git a/src/browser/ui/dom/components/__tests__/LocalEventTrapMixin-test.js b/src/browser/ui/dom/components/__tests__/LocalEventTrapMixin-test.js index d454b87cdd..7bca26b335 100644 --- a/src/browser/ui/dom/components/__tests__/LocalEventTrapMixin-test.js +++ b/src/browser/ui/dom/components/__tests__/LocalEventTrapMixin-test.js @@ -24,7 +24,7 @@ describe('LocalEventTrapMixin', function() { ReactTestUtils = require('ReactTestUtils'); }); - it('does not fatal when trapping bubbled state on null', function() { + it('throws when trapping bubbled state on null', function() { var BadImage = React.createClass({ mixins: [LocalEventTrapMixin], render: function() {