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) {