Skip to content

Commit 3cb4bd3

Browse files
author
marker dao ®
committed
fix(fu test): Minor
1 parent 79079bd commit 3cb4bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme/testing/tests/DevExpress.ui.widgets.editors/fileUploader.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4722,7 +4722,7 @@ QUnit.module('Accessibility', moduleConfig, () => {
47224722

47234723
QUnit.module('File limit', moduleConfig, () => {
47244724
QUnit.test('onFileLimitReached should be fired when selecting files exceeds the limit', function(assert) {
4725-
assert.expect(5);
4725+
assert.expect(3);
47264726

47274727
let fileLimitReachedCount = 0;
47284728

0 commit comments

Comments
 (0)