diff --git a/test/backend-test/test-system-service.js b/test/backend-test/test-system-service.js index 853e34a1d..ffc983293 100644 --- a/test/backend-test/test-system-service.js +++ b/test/backend-test/test-system-service.js @@ -92,7 +92,7 @@ describe("SystemServiceMonitorType", { skip: !shouldRun }, () => { assert.strictEqual(heartbeat.status, DOWN); }); - it("should throw error on unsupported platforms", async () => { + test("check() throws on unsupported platforms", async () => { // This test mocks the platform, so it can run anywhere. Object.defineProperty(process, "platform", { value: "darwin",