forked from TrueCloudLab/frostfs-node
[#1382] ir: Replace deprecated methods
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
d4be2f20d4
commit
a603d14d08
6 changed files with 10 additions and 10 deletions
|
@ -127,7 +127,7 @@ func TestCleanupTable(t *testing.T) {
|
|||
|
||||
t.Run("skip maintenance nodes", func(t *testing.T) {
|
||||
cnt := 0
|
||||
infos[1].SetMaintenance()
|
||||
infos[1].SetStatus(netmap.Maintenance)
|
||||
key := netmap.StringifyPublicKey(infos[1])
|
||||
c.update(networkMap, 5)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue