Skip to content

Commit b29c818

Browse files
authored
test: fix tests to iso-3166-1 (#380)
1 parent 55c57b3 commit b29c818

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/validation-functions-and-decorators.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2914,7 +2914,7 @@ describe("IsISO31661Alpha2", function() {
29142914
});
29152915

29162916
it("should fail for invalid values", function(done) {
2917-
const invalidValues = [undefined, null, "", "AFR", "aD"];
2917+
const invalidValues = [undefined, null, "", "AFR"];
29182918
checkInvalidValues(new MyClass(), invalidValues, done);
29192919
});
29202920

0 commit comments

Comments
 (0)