Skip to content

Commit 03d3582

Browse files
committed
fix lint
1 parent 6bbeeaa commit 03d3582

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

x-pack/test/api_integration/apis/security_solution/timeline_details.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,13 @@ const EXPECTED_DATA = [
665665
originalValue: ['filebeat-7.0.0-iot-2019.06'],
666666
isObjectArray: false,
667667
},
668-
{ category: '_type', field: '_type', values: ['_doc'], originalValue: ['_doc'] },
668+
{
669+
category: '_type',
670+
field: '_type',
671+
values: ['_doc'],
672+
originalValue: ['_doc'],
673+
isObjectArray: false,
674+
},
669675
{
670676
category: '_id',
671677
field: '_id',

0 commit comments

Comments
 (0)