Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 23, 2019
1 parent b1a12c0 commit 30e5e91
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ export default function({ getService }: FtrProviderContext) {
expect(logEntryHighlight.columns).to.have.length(3);
expect(logEntryHighlight.columns[1]).to.have.property('field');
expect(logEntryHighlight.columns[1]).to.have.property('highlights');
expect(logEntryHighlight.columns[1].highlights).to.eql([
'generate_test_data',
]);
expect(logEntryHighlight.columns[1].highlights).to.eql(['generate_test_data']);
expect(logEntryHighlight.columns[2]).to.have.property('message');
expect(logEntryHighlight.columns[2].message).to.be.an('array');
expect(logEntryHighlight.columns[2].message.length).to.be(1);
Expand Down

0 comments on commit 30e5e91

Please sign in to comment.