forked from TrueCloudLab/frostfs-api-go
[#189] sdk/netmap: Define unspecified clause
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
162b0de725
commit
d704795dcc
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ func TestClauseFromV2(t *testing.T) {
|
|||
cV2 netmap.Clause
|
||||
}{
|
||||
{
|
||||
c: 0,
|
||||
c: ClauseUnspecified,
|
||||
cV2: netmap.UnspecifiedClause,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue