Skip to content

Commit

Permalink
Update unit test fix ref to opensearch-project#253.
Browse files Browse the repository at this point in the history
Signed-off-by: aizaguirre <[email protected]>
  • Loading branch information
aizaguirre committed Jun 20, 2022
1 parent 2882ab4 commit 19a431b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/client.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ test('Issue #253 with promises', async t => {
}
})

test('Issue #1521 with callbacks', t => {
test('Issue #253 with callbacks', t => {
t.plan(1)

const delay = () => new Promise(resolve => setTimeout(resolve, 10))
Expand Down

0 comments on commit 19a431b

Please sign in to comment.