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…
Reference in New Issue