Skip to content

Commit

Permalink
fix wrong link to esclient
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Apr 6, 2021
1 parent 76c72c5 commit 8556981
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ describe('actions', () => {

await task();

expect(client.search).toHaveBeenCalledTimes(1);
expect(client.search).toHaveBeenCalledWith(
expect(esClient.search).toHaveBeenCalledTimes(1);
expect(esClient.search).toHaveBeenCalledWith(
expect.objectContaining({
index: targetIndex,
size: batchSize,
Expand Down

0 comments on commit 8556981

Please sign in to comment.