DEBUG: fixed checking for system.KeyError

This commit is contained in:
Bulat Ziganshin 2022-06-30 17:48:14 +03:00
parent 08bb9a8454
commit 397bf91f27
1 changed files with 1 additions and 1 deletions

View File

@ -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])