Skip to content

Commit 219fb95

Browse files
committed
MAGETWO-62262: Truncation of year when saved without changes
- Removed unnecessary spying on normalize method
1 parent b00bc14 commit 219fb95

File tree

1 file changed

+0
-1
lines changed
  • dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/element

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ define([
2323

2424
it('Check prepareDateTimeFormats function', function () {
2525
spyOn(utils, 'convertToMomentFormat');
26-
spyOn(utils, 'normalizeDate');
2726
model.prepareDateTimeFormats();
2827
expect(utils.convertToMomentFormat).toHaveBeenCalled();
2928
});

0 commit comments

Comments
 (0)