Skip to content

Commit 51b77f0

Browse files
author
Roman Lytvynenko
committed
MC-36978: Invalid Character Customer Account Create DOB
1 parent 194c62e commit 51b77f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Customer/frontend/js/validation.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ define([
2424
format: 'M/DD/Y',
2525
date: '09/2/18',
2626
expects: false
27-
},
27+
}
2828
];
2929

3030
dataProvider.forEach(function (data) {

0 commit comments

Comments
 (0)