mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
lint
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
package fingerprint
|
||||
|
||||
import "testing"
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/hashicorp/nomad/helper/testlog"
|
||||
)
|
||||
|
||||
func TestNetworkFingerPrint_linkspeed_parse(t *testing.T) {
|
||||
f := &NetworkFingerprint{logger: testlog.Logger(t), interfaceDetector: &DefaultNetworkInterfaceDetector{}}
|
||||
|
||||
Reference in New Issue
Block a user