forked from TrueCloudLab/frostfs-node
[#1369] version: Upgrade SDK package
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
7a57d7b076
commit
088df0e2a9
13 changed files with 60 additions and 38 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
)
|
||||
|
||||
func TestIsValid(t *testing.T) {
|
||||
require.True(t, version.IsValid(*versionSDK.Current()))
|
||||
require.True(t, version.IsValid(versionSDK.Current()))
|
||||
|
||||
var v versionSDK.Version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue