Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-kotov-dx committed Jan 31, 2020
1 parent 1c303ac commit a26770a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/tests/DevExpress.ui.widgets.editors/tagBox.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -4451,7 +4451,7 @@ QUnit.module('the \'onSelectAllValueChanged\' option', {
assert.equal(this.spy.callCount, 1, 'count is correct');
});

QUnit.test('the \'selectAllValueChanged\' event is fired one time after all items selection changing', function(assert) {
QUnit.test('the "selectAllValueChanged" event is fired one time after all items selection changing', function(assert) {
const spy = sinon.spy();

this.reinit({
Expand Down Expand Up @@ -5276,7 +5276,7 @@ QUnit.module('performance', () => {
assert.strictEqual(load.getCall(0).args[0].filter, undefined);
});

QUnit.test('load filter should be undefined when tagBox has some initial values and \'maxFilterLength\' was changed at runtime', function(assert) {
QUnit.test('load filter should be undefined when tagBox has some initial values and "maxFilterLength" was changed at runtime', function(assert) {
const load = sinon.stub();

const instance = $('#tagBox').dxTagBox({
Expand Down

0 comments on commit a26770a

Please sign in to comment.