8 lines
85 B
Go
8 lines
85 B
Go
package sensors
|
|
|
|
import "testing"
|
|
|
|
func TestInit(t *testing.T) {
|
|
Init()
|
|
Cleanup()
|
|
} |