Minor fixes

This commit is contained in:
世界
2025-05-24 07:31:13 +08:00
parent 0146fbfc40
commit 3934e53476
6 changed files with 12 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ func TestMain(m *testing.M) {
var globalCtx context.Context
func init() {
globalCtx = box.Context(context.Background(), include.InboundRegistry(), include.OutboundRegistry(), include.EndpointRegistry(), include.DNSTransportRegistry(), include.ServiceRegistry())
globalCtx = include.Context(context.Background())
}
func startInstance(t *testing.T, options option.Options) *box.Box {