Skip to content

Commit 976188b

Browse files
authored
1 parent 513aaaa commit 976188b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/lib/validation/rules.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ define([
8383
});
8484

8585
it('Check on formatted float (For International price)', function () {
86-
var value = "10'000.00";
86+
var value = '10\'000.00';
8787

8888
expect(rules['validate-number'].handler(value)).toBe(true);
8989
});

0 commit comments

Comments
 (0)