mirror of https://github.com/status-im/nim-eth.git
tests/trie/examples.nim -> tests/trie/test_examples.nim
This commit is contained in:
parent
2864d8ce21
commit
cd8364045d
|
@ -1,7 +1,7 @@
|
||||||
import
|
import
|
||||||
unittest,
|
unittest,
|
||||||
nimcrypto/[keccak, hash],
|
nimcrypto/[keccak, hash],
|
||||||
eth/trie/[defs, db, binary, binaries, utils, branches]
|
eth/trie/[trie_defs, db, binary, binaries, trie_utils, branches]
|
||||||
|
|
||||||
suite "examples":
|
suite "examples":
|
||||||
|
|
Loading…
Reference in New Issue