forked from TrueCloudLab/frostfs-node
[#1518] Upgrade NeoFS SDK Go with changed subnet
package
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
f602d05b0a
commit
2e4a1cb6df
12 changed files with 32 additions and 90 deletions
|
@ -25,10 +25,9 @@ func TestParseRemoveNode(t *testing.T) {
|
|||
})
|
||||
|
||||
subnetID := subnetid.ID{}
|
||||
subnetID.SetNumber(123)
|
||||
subnetID.SetNumeric(123)
|
||||
|
||||
rawSubnetID, err := subnetID.Marshal()
|
||||
require.NoError(t, err)
|
||||
rawSubnetID := subnetID.Marshal()
|
||||
|
||||
priv, err := keys.NewPrivateKey()
|
||||
require.NoError(t, err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue