From 19a431b520c6b43da2154be177e630def82837a5 Mon Sep 17 00:00:00 2001 From: aizaguirre Date: Mon, 20 Jun 2022 12:31:53 -0700 Subject: [PATCH] Update unit test fix ref to #253. Signed-off-by: aizaguirre --- test/unit/client.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/client.test.js b/test/unit/client.test.js index 7343787f3..ce79d91c8 100644 --- a/test/unit/client.test.js +++ b/test/unit/client.test.js @@ -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))