forked from TrueCloudLab/frostfs-api-go
[#236] Fix SDK minor version number
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
9480742d7b
commit
3550e128bb
2 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ func TestIsSupportedVersion(t *testing.T) {
|
|||
}{
|
||||
{
|
||||
mjr: 2,
|
||||
maxMnr: 0,
|
||||
maxMnr: 1,
|
||||
},
|
||||
} {
|
||||
v.SetMajor(item.mjr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue