mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 07:14:44 +00:00
docs(ngMock): correct verifyNoOutstandingExpectation example
This commit is contained in:
parent
ead9cb7fb4
commit
8a3e3f9eb3
1 changed files with 1 additions and 1 deletions
2
src/ngMock/angular-mocks.js
vendored
2
src/ngMock/angular-mocks.js
vendored
|
|
@ -1318,7 +1318,7 @@ function createHttpBackendMock($rootScope, $delegate, $browser) {
|
||||||
* "afterEach" clause.
|
* "afterEach" clause.
|
||||||
*
|
*
|
||||||
* <pre>
|
* <pre>
|
||||||
* afterEach($httpBackend.verifyExpectations);
|
* afterEach($httpBackend.verifyNoOutstandingExpectation);
|
||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
$httpBackend.verifyNoOutstandingExpectation = function() {
|
$httpBackend.verifyNoOutstandingExpectation = function() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue