fix(engine): fix unit test

This commit is contained in:
Flc゛ 2024-03-11 23:23:07 +08:00
parent f62648ab43
commit ceb41a406a

View File

@ -24,11 +24,10 @@ import (
"time"
"github.com/gin-contrib/sse"
"github.com/stretchr/testify/assert"
"google.golang.org/protobuf/proto"
"github.com/gin-gonic/gin/binding"
testdata "github.com/gin-gonic/gin/testdata/protoexample"
"github.com/stretchr/testify/assert"
"google.golang.org/protobuf/proto"
)
var _ context.Context = (*Context)(nil)