From c851768163115b7c5fc75699ac0c60b883913dc9 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 22 May 2026 21:22:43 +0000 Subject: [PATCH] style(messaging): drop em-dash from BackendInstallProgress test comment Per project convention (no em-dashes anywhere). Comment substance is unchanged. Signed-off-by: Ettore Di Giacinto --- core/services/messaging/backend_install_progress_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/services/messaging/backend_install_progress_test.go b/core/services/messaging/backend_install_progress_test.go index 0decace3d..228121fea 100644 --- a/core/services/messaging/backend_install_progress_test.go +++ b/core/services/messaging/backend_install_progress_test.go @@ -19,7 +19,7 @@ var _ = Describe("BackendInstallProgress", func() { It("sanitizes NATS-reserved characters in node and op tokens", func() { // '.' is the NATS hierarchy delimiter, '*' and '>' are wildcards, - // and whitespace must be stripped — sanitizeSubjectToken replaces + // and whitespace must be stripped - sanitizeSubjectToken replaces // all of them with '-'. The resulting subject must still parse as // exactly six hierarchy segments: nodes//backend/install//progress. subj := messaging.SubjectNodeBackendInstallProgress("a.b c", "x.y z")