Skip to content

Commit

Permalink
correctling text text
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Feb 8, 2022
1 parent b888481 commit 6e36da4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default ({ getService }: FtrProviderContext) => {
);
expect(resp.regex.length).to.be.greaterThan(
0,
`regex string length should be greater than 0 (got ${resp.terms.length})`
`regex string length should be greater than 0 (got ${resp.regex.length})`
);
});

Expand Down Expand Up @@ -157,7 +157,7 @@ export default ({ getService }: FtrProviderContext) => {
);
expect(resp.regex.length).to.be.greaterThan(
0,
`regex string length should be greater than 0 (got ${resp.terms.length})`
`regex string length should be greater than 0 (got ${resp.regex.length})`
);
});

Expand Down

0 comments on commit 6e36da4

Please sign in to comment.