From 03e22ddb433d4117d6333d3d2a58eb24cc329a76 Mon Sep 17 00:00:00 2001 From: chrislu Date: Thu, 8 Sep 2022 12:06:03 -0700 Subject: [PATCH] rename --- weed/shell/command_volume_list_test.go | 2 +- weed/shell/{sample.topo.txt => volume.list.txt} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename weed/shell/{sample.topo.txt => volume.list.txt} (100%) 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