diff --git a/test/raven.test.js b/test/raven.test.js index ccdf3879367e..9e5a9d4cb330 100644 --- a/test/raven.test.js +++ b/test/raven.test.js @@ -2290,10 +2290,9 @@ describe('Raven (public API)', function() { }]); }); - it('should mutate the breadcrumb if it returns an object', function() { + it('should be able to mutate the breadcrumb', function() { Raven.setBreadcrumbCallback(function(crumb) { crumb.type = 'whee'; - return crumb; }); Raven.captureBreadcrumb({