Skip to content

Commit 625b617

Browse files
update api.factory.test.js
1 parent ed022a8 commit 625b617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/api/api.factory.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ describe('Api.prototype.getPreviousData and Api.prototype.getData : ', () => {
440440
obj.updateStateRef({selectedTabID: 'tab1', openTabIDs: ['tab1', 'tab2']}, () => {});
441441
obj.trigger('onLoad', obj.userProxy);
442442
});
443-
test('In the onLoad event, return data is equal to getInitialState() and getData()', () => {
443+
test('In the onLoad event, returned data is equal to getInitialState() and getData()', () => {
444444
expect.assertions(3);
445445
const _state = {selectedTabID: 'tab1', openTabIDs: ['tab1', 'tab2']};
446446
obj.setOption('onLoad', function () {

0 commit comments

Comments
 (0)