Skip to content

Commit 70f336a

Browse files
authored
#17194 Fixes reverted for remove space
Use spaces instead of tabs
1 parent 213b461 commit 70f336a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ define([
188188
expect(model.setVisible).toHaveBeenCalled();
189189
expect(model.toggleInput).toHaveBeenCalled();
190190
});
191-
it('Check call "parseOptions" method without predefined "captionValue" property', function () {
191+
it('Check call "parseOptions" method without predefined "captionValue" property', function () {
192192
var data = [{
193193
value: null,
194194
label: 'label'

0 commit comments

Comments
 (0)