fix tests

This commit is contained in:
chrislu
2022-08-18 00:15:46 -07:00
parent 4ffbda1c43
commit 4573c99ae3
4 changed files with 15 additions and 14 deletions

View File

@@ -4,7 +4,8 @@ import (
_ "embed"
"github.com/seaweedfs/seaweedfs/weed/storage/types"
"github.com/stretchr/testify/assert"
"google.golang.org/protobuf/proto"
//"google.golang.org/protobuf/proto"
"github.com/golang/protobuf/proto"
"strconv"
"strings"
"testing"