Skip to content
This repository was archived by the owner on Feb 2, 2019. It is now read-only.

Commit a187567

Browse files
author
codekraft-studio
committed
test hotfix
1 parent 962446d commit a187567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/angular-async-validation.directive.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('Angular Async Validation: Directive', function() {
6666

6767
$rootScope.$digest();
6868

69-
expect( angular.isFunction(modelCtrl.$asyncValidators.asyncValidation) ).toBeTruthy();
69+
expect( angular.isFunction(modelCtrl.$asyncValidators.asyncValidator) ).toBeTruthy();
7070

7171
});
7272

0 commit comments

Comments
 (0)