Skip to content

Commit 7721e5e

Browse files
committed
AC-12025::Upgrade moment.js system dependency to the latest minor version
1 parent 78781f7 commit 7721e5e

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: 'MM/dd/yy',
20-
date: '09/02/18',
19+
format: 'M/d/Y',
20+
date: '09/2/18',
2121
expects: true
2222
},
2323
{

0 commit comments

Comments
 (0)