ax(node): rename TestNewWorker to follow AX test naming convention
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run

AX principle requires TestFilename_Function_{Good,Bad,Ugly}.
TestNewWorker → TestWorker_NewWorker_Good.

Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
Claude 2026-04-02 08:48:41 +01:00
parent 11a3af4b1b
commit fbdb14e98f
No known key found for this signature in database
GPG key ID: AF404715446AEB41

View file

@ -18,7 +18,7 @@ func setupTestEnv(t *testing.T) func() {
}
}
func TestNewWorker(t *testing.T) {
func TestWorker_NewWorker_Good(t *testing.T) {
cleanup := setupTestEnv(t)
defer cleanup()