Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Jul 22, 2020
1 parent f1e577b commit 2f92856
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ describe('Exception viewer helpers', () => {
{
fieldName: 'host.name.host.name',
isNested: true,
operator: 'is',
value: 'some host name',
operator: 'is one of',
value: ['some host name'],
},
];
expect(result).toEqual(expected);
Expand Down

0 comments on commit 2f92856

Please sign in to comment.