Skip to content

Commit b37c706

Browse files
committed
AC-12025::Upgrade moment.js system dependency to the latest minor version
1 parent 1e22ff0 commit b37c706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ define([
1616

1717
dataProvider = [
1818
{
19-
format: 'M/d/Y',
20-
date: '09/2/18',
19+
format: 'MM/dd/yy',
20+
date: '09/02/18',
2121
expects: true
2222
},
2323
{

0 commit comments

Comments
 (0)