[#407] object: Add OUT_OF_RANGE
status
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
1cd3a43d5b
commit
417fd3a08b
2 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,7 @@ func TestStatusCodes(t *testing.T) {
|
|||
object.StatusLocked, 2050,
|
||||
object.StatusLockNonRegularObject, 2051,
|
||||
object.StatusAlreadyRemoved, 2052,
|
||||
object.StatusOutOfRange, 2053,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue