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:
parent
9664de2330
commit
9a38c8d547
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue