ax(node): fix test name to follow TestFilename_Function_Good convention
TestConvertMinerStats did not follow the AX Principle 10 test naming
convention (TestFilename_Function_{Good,Bad,Ugly}). Renamed to
TestWorker_ConvertMinerStats_Good to match the required pattern.
Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
parent
a862480862
commit
017d386c6d
1 changed files with 1 additions and 1 deletions
|
|
@ -419,7 +419,7 @@ func TestWorker_HandleDeploy_UnknownType(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func TestConvertMinerStats(t *testing.T) {
|
||||
func TestWorker_ConvertMinerStats_Good(t *testing.T) {
|
||||
tests := []struct {
|
||||
name string
|
||||
rawStats interface{}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue