package app
import (
"testing"
)
func TestMain(t *testing.T) {
sys := Default()
go sys.Start()
<-sys.Done()
}