[#236] Fix SDK minor version number

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-12-24 10:24:38 +03:00 committed by Alex Vanin
parent 9480742d7b
commit 3550e128bb
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ func TestIsSupportedVersion(t *testing.T) {
}{
{
mjr: 2,
maxMnr: 0,
maxMnr: 1,
},
} {
v.SetMajor(item.mjr)