chore(updater): rename GetServers to FetchServers

This commit is contained in:
Quentin McGaw
2022-06-07 16:47:35 +00:00
parent 11e1c9f9bb
commit 79f213d97a
23 changed files with 26 additions and 26 deletions

View File

@@ -142,7 +142,7 @@ func Test_Updater_GetServers(t *testing.T) {
updater := New(client, presolver, warner)
servers, err := updater.GetServers(ctx, testCase.minServers)
servers, err := updater.FetchServers(ctx, testCase.minServers)
assert.Equal(t, testCase.servers, servers)
if testCase.err != nil {