fix: some test

This commit is contained in:
世界
2022-06-07 10:45:32 +08:00
parent 9126cbab91
commit 73d5042774
12 changed files with 348 additions and 60 deletions

View File

@ -5,9 +5,8 @@ import (
"testing"
"time"
"github.com/Dreamacro/Clash.Meta/adapter/outbound"
C "github.com/Dreamacro/Clash.Meta/constant"
"github.com/Dreamacro/clash/adapter/outbound"
C "github.com/Dreamacro/clash/constant"
"github.com/docker/docker/api/types/container"
"github.com/stretchr/testify/assert"
)