From 9a38c8d547d2401b8c0ce4fbec4f1e71bc29f7f2 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 2 Apr 2026 09:56:33 +0100 Subject: [PATCH] ax(node): add _Good suffix to TestWorker_SetMinerManager per AX-10 test naming AX-10 requires test functions follow TestFilename_Function_{Good,Bad,Ugly}. TestWorker_SetMinerManager tested only the happy path with no suffix. Co-Authored-By: Charon --- pkg/node/worker_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/node/worker_test.go b/pkg/node/worker_test.go index 39c9acb..1977976 100644 --- a/pkg/node/worker_test.go +++ b/pkg/node/worker_test.go @@ -49,7 +49,7 @@ func TestWorker_NewWorker_Good(t *testing.T) { } } -func TestWorker_SetMinerManager(t *testing.T) { +func TestWorker_SetMinerManager_Good(t *testing.T) { cleanup := setupTestEnv(t) defer cleanup()