ax(node): rename TestNewWorker to follow AX test naming convention
AX principle requires TestFilename_Function_{Good,Bad,Ugly}.
TestNewWorker → TestWorker_NewWorker_Good.
Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
parent
11a3af4b1b
commit
fbdb14e98f
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue