Skip to content

Commit 7123c94

Browse files
fix(test): fix name change in test
1 parent d950276 commit 7123c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/exports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ describe('Exports', () => {
5454

5555
it('should export a list of country codes that implement IBAN', () => {
5656
assert.ok(ibanCountryCodes instanceof Array);
57-
assert.ok(validator.ibanCountryCodes instanceof Array);
57+
assert.ok(validator.isIBANLocales instanceof Array);
5858
});
5959
});

0 commit comments

Comments
 (0)