aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_ec_encode_test.go
diff options
context:
space:
mode:
authorRyan Russell <ryanrussell@users.noreply.github.com>2022-09-14 14:06:48 -0500
committerGitHub <noreply@github.com>2022-09-14 12:06:48 -0700
commitbd2dc6d641a40895ef1675405212ca5e6e297fd4 (patch)
tree9dd3f25960525bb29511faf223f9d7d2eba8e45e /weed/shell/command_ec_encode_test.go
parentdfbd8efd26891d6ef07928b1bab2ec65809c585e (diff)
downloadseaweedfs-bd2dc6d641a40895ef1675405212ca5e6e297fd4.tar.xz
seaweedfs-bd2dc6d641a40895ef1675405212ca5e6e297fd4.zip
refactor(shell): `Decending` -> `Descending` (#3675)
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
Diffstat (limited to 'weed/shell/command_ec_encode_test.go')
-rw-r--r--weed/shell/command_ec_encode_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_ec_encode_test.go b/weed/shell/command_ec_encode_test.go
index f906bbf27..346e2af14 100644
--- a/weed/shell/command_ec_encode_test.go
+++ b/weed/shell/command_ec_encode_test.go
@@ -13,7 +13,7 @@ func TestEcDistribution(t *testing.T) {
// find out all volume servers with one slot left.
ecNodes, totalFreeEcSlots := collectEcVolumeServersByDc(topologyInfo, "")
- sortEcNodesByFreeslotsDecending(ecNodes)
+ sortEcNodesByFreeslotsDescending(ecNodes)
if totalFreeEcSlots < erasure_coding.TotalShardsCount {
println("not enough free ec shard slots", totalFreeEcSlots)