forked from TrueCloudLab/frostfs-node
[#203] node: Resolve never used errors
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
e21c5bea21
commit
bab11492ad
3 changed files with 9 additions and 2 deletions
|
@ -181,6 +181,7 @@ func TestDB_Exists(t *testing.T) {
|
|||
require.ErrorIs(t, err, meta.ErrObjectIsExpired)
|
||||
|
||||
gotObj, err = metaExists(db, object.AddressOf(nonExp))
|
||||
require.NoError(t, err)
|
||||
require.True(t, gotObj)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue