Skip to content

Commit 8a63dc3

Browse files
mstriemerpkozlowski-opensource
authored andcommitted
docs(ngMock): correct verifyNoOutstandingExpectation example
1 parent 4030088 commit 8a63dc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ngMock/angular-mocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ function createHttpBackendMock($delegate, $browser) {
12451245
* "afterEach" clause.
12461246
*
12471247
* <pre>
1248-
* afterEach($httpBackend.verifyExpectations);
1248+
* afterEach($httpBackend.verifyNoOutstandingExpectation);
12491249
* </pre>
12501250
*/
12511251
$httpBackend.verifyNoOutstandingExpectation = function() {

0 commit comments

Comments
 (0)