forked from TrueCloudLab/frostfs-node
[#222] Rename WithTreeRoot..
to WithRoot..
in blobstor opts
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
d4e48b28b1
commit
f45b7a048d
3 changed files with 8 additions and 8 deletions
|
@ -67,7 +67,7 @@ func TestBlobovniczas(t *testing.T) {
|
|||
WithSmallSizeLimit(szLim),
|
||||
WithBlobovniczaShallowWidth(width),
|
||||
WithBlobovniczaShallowDepth(depth),
|
||||
WithTreeRootPath(p),
|
||||
WithRootPath(p),
|
||||
WithBlobovniczaSize(szLim),
|
||||
} {
|
||||
opt(c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue