Skip to content

Commit ceb41a4

Browse files
committed
fix(engine): fix unit test
1 parent f62648a commit ceb41a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

context_test.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ import (
2424
"time"
2525

2626
"github.com/gin-contrib/sse"
27-
"github.com/stretchr/testify/assert"
28-
"google.golang.org/protobuf/proto"
29-
3027
"github.com/gin-gonic/gin/binding"
3128
testdata "github.com/gin-gonic/gin/testdata/protoexample"
29+
"github.com/stretchr/testify/assert"
30+
"google.golang.org/protobuf/proto"
3231
)
3332

3433
var _ context.Context = (*Context)(nil)

0 commit comments

Comments
 (0)