aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_list_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_volume_list_test.go')
-rw-r--r--weed/shell/command_volume_list_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/command_volume_list_test.go b/weed/shell/command_volume_list_test.go
index 0bcbb1713..60e304bf8 100644
--- a/weed/shell/command_volume_list_test.go
+++ b/weed/shell/command_volume_list_test.go
@@ -2,14 +2,14 @@ package shell
import (
_ "embed"
- "github.com/chrislusf/seaweedfs/weed/storage/types"
"github.com/golang/protobuf/proto"
+ "github.com/seaweedfs/seaweedfs/weed/storage/types"
"github.com/stretchr/testify/assert"
"strconv"
"strings"
"testing"
- "github.com/chrislusf/seaweedfs/weed/pb/master_pb"
+ "github.com/seaweedfs/seaweedfs/weed/pb/master_pb"
)
func TestParsing(t *testing.T) {