X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fxapp%2Fxapp_test.go;h=b9ea423e73df8f8f35d239e36ad1febbcc7d7f33;hb=40bc000e6cafe3a7eea32e4361268574050c12c4;hp=8b2a9524c54a95365ce41466ec2fbffb72d01d1a;hpb=c2c130d71f20e44119f356f7ab4df92882f92c9d;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/xapp/xapp_test.go b/pkg/xapp/xapp_test.go index 8b2a952..b9ea423 100755 --- a/pkg/xapp/xapp_test.go +++ b/pkg/xapp/xapp_test.go @@ -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{}