Newer go version 1.13 and above support
[ric-plt/xapp-frame.git] / pkg / xapp / xapp_test.go
index 8b2a952..b9ea423 100755 (executable)
@@ -34,10 +34,10 @@ import (
        "github.com/stretchr/testify/assert"
 )
 
-//var _ = func() bool {
-//     testing.Init()
-//     return true
-//}()
+var _ = func() bool {
+       testing.Init()
+       return true
+}()
 
 type Consumer struct{}