aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/disk_location_ec_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/storage/disk_location_ec_test.go')
-rw-r--r--weed/storage/disk_location_ec_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/disk_location_ec_test.go b/weed/storage/disk_location_ec_test.go
index 99cb242a4..a65eb906b 100644
--- a/weed/storage/disk_location_ec_test.go
+++ b/weed/storage/disk_location_ec_test.go
@@ -11,7 +11,7 @@ func TestLoadingEcShards(t *testing.T) {
t.Errorf("load all ec shards: %v", err)
}
- if len(dl.ecShards)!=1 {
+ if len(dl.ecVolumes)!=1 {
t.Errorf("loading err")
}
} \ No newline at end of file