diff --git a/weed/shell/command_volume_list_test.go b/weed/shell/command_volume_list_test.go index 79c980508..214c15d58 100644 --- a/weed/shell/command_volume_list_test.go +++ b/weed/shell/command_volume_list_test.go @@ -90,5 +90,5 @@ func parseOutput(output string) *master_pb.TopologyInfo { return topo } -//go:embed sample.topo.txt +//go:embed volume.list.txt var topoData string diff --git a/weed/shell/sample.topo.txt b/weed/shell/volume.list.txt similarity index 100% rename from weed/shell/sample.topo.txt rename to weed/shell/volume.list.txt