[#407] object: Add OUT_OF_RANGE status

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2022-06-29 20:20:41 +03:00 committed by fyrchik
parent 1cd3a43d5b
commit 417fd3a08b
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,7 @@ func TestStatusCodes(t *testing.T) {
object.StatusLocked, 2050,
object.StatusLockNonRegularObject, 2051,
object.StatusAlreadyRemoved, 2052,
object.StatusOutOfRange, 2053,
)
}