Skip to content

Commit 82e0173

Browse files
committed
AC-15033:[JS deprecations] Investigate the Unit test Failures
1 parent 6bdad31 commit 82e0173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/element/date-time.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ define([
6262

6363
it('Check onShiftedValueChange function', function () {
6464
spyOn(moment, 'tz').and.callThrough();
65-
model.onShiftedValueChange('2016-12-23 9:11 PM');
65+
model.onShiftedValueChange('12/23/2016 9:11 PM');
6666
expect(moment.tz).toHaveBeenCalled();
6767
});
6868

0 commit comments

Comments
 (0)