[#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
|
@ -22,7 +22,8 @@ func TestCheckFormat(t *testing.T) {
|
|||
|
||||
require.Error(t, CheckFormat(c))
|
||||
|
||||
c.SetVersion(version.Current())
|
||||
ver := version.Current()
|
||||
c.SetVersion(&ver)
|
||||
|
||||
require.Error(t, CheckFormat(c))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue