[#1377] oid, cid: Upgrade SDK package
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
f65898a354
commit
f15e6e888f
118 changed files with 1455 additions and 886 deletions
|
@ -19,8 +19,8 @@ func TestMergeSplitInfo(t *testing.T) {
|
|||
splitID.SetUUID(uid)
|
||||
|
||||
var rawLinkID, rawLastID [32]byte
|
||||
linkID := oidSDK.NewID()
|
||||
lastID := oidSDK.NewID()
|
||||
var linkID oidSDK.ID
|
||||
var lastID oidSDK.ID
|
||||
|
||||
_, err = rand.Read(rawLinkID[:])
|
||||
require.NoError(t, err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue