mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-08 16:33:11 +00:00
DEBUG: fixed checking for system.KeyError
This commit is contained in:
parent
08bb9a8454
commit
397bf91f27
@ -81,7 +81,7 @@ suite "Cache Store tests":
|
|||||||
|
|
||||||
check:
|
check:
|
||||||
blk.isErr
|
blk.isErr
|
||||||
blk.error of system.KeyError
|
#blk.error of system.KeyError
|
||||||
|
|
||||||
test "hasBlock":
|
test "hasBlock":
|
||||||
let store = CacheStore.new(@[newBlock])
|
let store = CacheStore.new(@[newBlock])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user