Add sensors/sensors_test.go
This commit is contained in:
8
sensors/sensors_test.go
Normal file
8
sensors/sensors_test.go
Normal file
@ -0,0 +1,8 @@
|
||||
package sensors
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestInit(t *testing.T) {
|
||||
Init()
|
||||
Cleanup()
|
||||
}
|
Reference in New Issue
Block a user