diff --git a/pkg/node/worker_test.go b/pkg/node/worker_test.go index f190203..39c9acb 100644 --- a/pkg/node/worker_test.go +++ b/pkg/node/worker_test.go @@ -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{}