aboutsummaryrefslogtreecommitdiffstats
path: root/test/service/httpSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/service/httpSpec.js')
-rw-r--r--test/service/httpSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/service/httpSpec.js b/test/service/httpSpec.js
index 12921992..72fd5f8e 100644
--- a/test/service/httpSpec.js
+++ b/test/service/httpSpec.js
@@ -19,7 +19,7 @@ describe('$http', function() {
afterEach(function() {
if ($exceptionHandler.errors.length) throw $exceptionHandler.errors;
- $httpBackend.verifyExpectations();
+ $httpBackend.verifyNoOutstandingExpectation();
});