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 <charon@lethean.io>
This commit is contained in:
Claude 2026-04-02 09:56:33 +01:00
parent 9664de2330
commit 9a38c8d547
No known key found for this signature in database
GPG key ID: AF404715446AEB41

View file

@ -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()