mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-03 14:03:10 +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:
|
||||
blk.isErr
|
||||
blk.error of system.KeyError
|
||||
#blk.error of system.KeyError
|
||||
|
||||
test "hasBlock":
|
||||
let store = CacheStore.new(@[newBlock])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user