You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/forms/test/directives_spec.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ class CustomValidatorDirective implements Validator {
54
54
it('should throw when accessor is not provided as array',()=>{
55
55
expect(()=>selectValueAccessor(dir,{}asany[]))
56
56
.toThrowError(
57
-
'Value accessor was not provided as an array for form control with unspecified name attribute. Check that the \`NG_VALUE_ACCESSOR\` token is configured as a \`multi: true\` provider.');
57
+
'NG01200: Value accessor was not provided as an array for form control with unspecified name attribute. Check that the \`NG_VALUE_ACCESSOR\` token is configured as a \`multi: true\` provider.');
58
58
});
59
59
60
60
it('should return the default value accessor when no other provided',()=>{
0 commit comments