Skip to content

Commit ac95930

Browse files
dmirgaevCopilot
andauthored
Fix test description
Co-authored-by: Copilot <[email protected]> Signed-off-by: Danil Mirgaev <[email protected]>
1 parent 0304842 commit ac95930

File tree

1 file changed

+1
-1
lines changed
  • packages/devextreme/testing/tests/DevExpress.ui.widgets.dataGrid

1 file changed

+1
-1
lines changed

packages/devextreme/testing/tests/DevExpress.ui.widgets.dataGrid/editing.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4886,7 +4886,7 @@ QUnit.module('Editing with real dataController', {
48864886
assert.equal(this.array.length, 7, 'items count not changed');
48874887
});
48884888

4889-
QUnit.test('Recovered row should gave correct data when placed before inserted row in batch editing (T1293181)', function(assert) {
4889+
QUnit.test('Recovered row should have correct data when placed before inserted row in batch editing (T1293181)', function(assert) {
48904890
const that = this;
48914891
const testElement = $('#container');
48924892

0 commit comments

Comments
 (0)