diff --git a/tests/datastore/modifycommontests.nim b/tests/datastore/modifycommontests.nim index f8a2f84..054e6ab 100644 --- a/tests/datastore/modifycommontests.nim +++ b/tests/datastore/modifycommontests.nim @@ -26,7 +26,7 @@ proc modifyTests*( let errMsg = (await op).errorOption.map((err) => err.msg) - require none(string) == errMsg + check none(string) == errMsg proc incAsyncFn(maybeBytes: ?seq[byte]): Future[?seq[byte]] {.async.} = await sleepAsync(2.millis) # allows interleaving