Add sensors/sensors_test.go

This commit is contained in:
2025-05-05 15:59:37 -04:00
parent 4d988d7179
commit a814471df3

8
sensors/sensors_test.go Normal file
View File

@ -0,0 +1,8 @@
package sensors
import "testing"
func TestInit(t *testing.T) {
Init()
Cleanup()
}