docs(ngMock): correct verifyNoOutstandingExpectation example
This commit is contained in:
committed by
Pawel Kozlowski
parent
403008816c
commit
8a63dc3151
Vendored
+1
-1
@@ -1245,7 +1245,7 @@ function createHttpBackendMock($delegate, $browser) {
|
||||
* "afterEach" clause.
|
||||
*
|
||||
* <pre>
|
||||
* afterEach($httpBackend.verifyExpectations);
|
||||
* afterEach($httpBackend.verifyNoOutstandingExpectation);
|
||||
* </pre>
|
||||
*/
|
||||
$httpBackend.verifyNoOutstandingExpectation = function() {
|
||||
|
||||
Reference in New Issue
Block a user