diff --git a/collector/pkg/detect/devices_linux_test.go b/collector/pkg/detect/devices_linux_test.go index 94a6765..5fbd574 100644 --- a/collector/pkg/detect/devices_linux_test.go +++ b/collector/pkg/detect/devices_linux_test.go @@ -2,6 +2,7 @@ package detect_test import ( "github.com/analogj/scrutiny/collector/pkg/detect" + "github.com/stretchr/testify/require" "testing" )