aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_balance_test.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-09-12 04:08:03 -0700
committerChris Lu <chris.lu@gmail.com>2020-09-12 04:08:03 -0700
commit446e476a11cb2b6bb947ae39619099c09fdd091c (patch)
tree5a06a8bf0a7092e8238b2543cdf4a945a020dad3 /weed/shell/command_volume_balance_test.go
parentea26a98753b7f15b561504166469760237e49c3b (diff)
downloadseaweedfs-446e476a11cb2b6bb947ae39619099c09fdd091c.tar.xz
seaweedfs-446e476a11cb2b6bb947ae39619099c09fdd091c.zip
go fmt
Diffstat (limited to 'weed/shell/command_volume_balance_test.go')
-rw-r--r--weed/shell/command_volume_balance_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/shell/command_volume_balance_test.go b/weed/shell/command_volume_balance_test.go
index 4f46648c0..9e154dc00 100644
--- a/weed/shell/command_volume_balance_test.go
+++ b/weed/shell/command_volume_balance_test.go
@@ -20,7 +20,6 @@ func TestIsGoodMove(t *testing.T) {
var tests = []testMoveCase{
-
{
name: "test 100 move to spread into proper data centers",
replication: "100",
@@ -132,7 +131,6 @@ func TestIsGoodMove(t *testing.T) {
targetLocation: location{"dc1", "r2", &master_pb.DataNodeInfo{Id: "dn3"}},
expected: true,
},
-
}
for _, tt := range tests {