From 3c7e93141aae325998874fdda6da26bb89dcf7ae Mon Sep 17 00:00:00 2001 From: iotux <46082385+iotux@users.noreply.github.com> Date: Fri, 2 Jan 2026 06:33:59 +0100 Subject: [PATCH] Update test/backend-test/test-system-service.js Co-authored-by: Frank Elsinga --- test/backend-test/test-system-service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/backend-test/test-system-service.js b/test/backend-test/test-system-service.js index 6d97c7e7..ae28d327 100644 --- a/test/backend-test/test-system-service.js +++ b/test/backend-test/test-system-service.js @@ -48,7 +48,7 @@ describe("SystemServiceMonitorType", { skip: !shouldRun }, () => { } }); - it("should detect a running service", async () => { + test("check() returns UP for a running service", async () => { // Windows: 'Dnscache' is always running. // Linux: 'dbus' or 'cron' are standard services. const serviceName = isWindows ? "Dnscache" : "dbus";