test($http): fix typo in spec name

'applyAapply' -> 'applyAsync'.

Closes #9323
This commit is contained in:
Georgios Kalpakas
2014-09-29 02:04:10 +03:00
committed by Caitlin Potter
parent b119251827
commit eb935e6be0

View File

@@ -1528,7 +1528,7 @@ describe('$http', function() {
});
describe('$http with $applyAapply', function() {
describe('$http with $applyAsync', function() {
var $http, $httpBackend, $rootScope, $browser, log;
beforeEach(module(function($httpProvider) {
$httpProvider.useApplyAsync(true);