From 1560ba00e2dde245416d449c46d37f2d6c8dbede Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Tue, 15 Aug 2023 10:26:58 +0100 Subject: [PATCH] chore: fix hanging test --- test/pollingInterval.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pollingInterval.js b/test/pollingInterval.js index 1571374..d06b81b 100644 --- a/test/pollingInterval.js +++ b/test/pollingInterval.js @@ -455,7 +455,7 @@ test("Polling schemas (if service is down, schema shouldn't be changed)", async }) } - await userService.close() + userService.close() await t.context.clock.tickAsync(500) {