[skip e2e]Reorder head files for indexcoord/errors_test.go (#14295)

Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-12-27 14:24:22 +08:00 committed by GitHub
parent 72d1552d83
commit c4a4ef6f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,9 @@ package indexcoord
import (
"testing"
"github.com/milvus-io/milvus/internal/log"
"go.uber.org/zap"
"github.com/milvus-io/milvus/internal/log"
)
func TestErrIndexNodeIsNotOnService(t *testing.T) {