diff options
| author | chrislu <chris.lu@gmail.com> | 2022-08-18 00:15:46 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-08-18 00:15:46 -0700 |
| commit | 4573c99ae34530e562dc7ffcc261bd27224a71e7 (patch) | |
| tree | 3df84c1d13610ef0c8075dbbeb22d0c0594112d6 /weed/shell | |
| parent | 4ffbda1c4323fc2b4cba04c7caf736c5374b7cdf (diff) | |
| download | seaweedfs-4573c99ae34530e562dc7ffcc261bd27224a71e7.tar.xz seaweedfs-4573c99ae34530e562dc7ffcc261bd27224a71e7.zip | |
fix tests
Diffstat (limited to 'weed/shell')
| -rw-r--r-- | weed/shell/command_volume_list_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/shell/command_volume_list_test.go b/weed/shell/command_volume_list_test.go index 5da9ca49a..79c980508 100644 --- a/weed/shell/command_volume_list_test.go +++ b/weed/shell/command_volume_list_test.go @@ -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" |
