aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/angular-mocks.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/angular-mocks.js b/src/angular-mocks.js
index d9535f64..60211e6f 100644
--- a/src/angular-mocks.js
+++ b/src/angular-mocks.js
@@ -667,6 +667,7 @@ angular.module.ngMock.$HttpBackendProvider = function() {
while (responses.length)
responses.shift()();
}
+ $httpBackend.verifyNoOutstandingExpectation();
};
$httpBackend.verifyNoOutstandingExpectation = function() {