Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit eb935e6

Browse files
gkalpakcaitp
authored andcommitted
test($http): fix typo in spec name
'applyAapply' -> 'applyAsync'. Closes #9323
1 parent b119251 commit eb935e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/httpSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ describe('$http', function() {
15281528
});
15291529

15301530

1531-
describe('$http with $applyAapply', function() {
1531+
describe('$http with $applyAsync', function() {
15321532
var $http, $httpBackend, $rootScope, $browser, log;
15331533
beforeEach(module(function($httpProvider) {
15341534
$httpProvider.useApplyAsync(true);

0 commit comments

Comments
 (0)