diff --git a/spec/core/matchers/async/toBePendingSpec.js b/spec/core/matchers/async/toBePendingSpec.js index 5aa4f428..318e22b7 100644 --- a/spec/core/matchers/async/toBePendingSpec.js +++ b/spec/core/matchers/async/toBePendingSpec.js @@ -48,4 +48,4 @@ describe('toBePending', function() { 'Expected toBePending to be called on a promise.' ); }); -}); \ No newline at end of file +});