tests/trie/examples.nim -> tests/trie/test_examples.nim

This commit is contained in:
Ștefan Talpalaru 2019-02-15 15:18:35 +01:00 committed by zah
parent 2864d8ce21
commit cd8364045d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import
unittest,
nimcrypto/[keccak, hash],
eth/trie/[defs, db, binary, binaries, utils, branches]
eth/trie/[trie_defs, db, binary, binaries, trie_utils, branches]
suite "examples":