From ceb41a406ad8710df236986f548f677f3ce02fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flc=E3=82=9B?= Date: Mon, 11 Mar 2024 23:23:07 +0800 Subject: [PATCH] fix(engine): fix unit test --- context_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/context_test.go b/context_test.go index d3320a31..089047c2 100644 --- a/context_test.go +++ b/context_test.go @@ -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)