rmmagent/agent/tactical/tactical_test.go
2022-06-28 14:34:32 -07:00

16 lines
298 B
Go

package tactical_test
//import (
//"testing"
//"github.com/amidaware/rmmagent/agent/tactical"
//)
//func TestGetVersion(t *testing.T) {
//version := tactical.GetVersion()
//if version == "" {
//t.Errorf("expected version, got empty version")
//}
//t.Logf("got version %s", version)
//}