Skip to content

Commit

Permalink
Fixes unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Jul 21, 2020
1 parent aa3b4cc commit ea9ebdf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { getField } from '../../../../../../../src/plugins/data/common/index_pat
import { ListSchema } from '../../../lists_plugin_deps';
import { getFoundListSchemaMock } from '../../../../../lists/common/schemas/response/found_list_schema.mock';
import { getListResponseMock } from '../../../../../lists/common/schemas/response/list_schema.mock';
import { DATE_NOW } from '../../../../../lists/common/constants.mock';
import { DATE_NOW, VERSION, IMMUTABLE } from '../../../../../lists/common/constants.mock';

import { AutocompleteFieldListsComponent } from './field_value_lists';

Expand Down Expand Up @@ -221,6 +221,8 @@ describe('AutocompleteFieldListsComponent', () => {
type: 'ip',
updated_at: DATE_NOW,
updated_by: 'some user',
version: VERSION,
immutable: IMMUTABLE,
});
});
});

0 comments on commit ea9ebdf

Please sign in to comment.