mirror of https://github.com/status-im/nim-eth.git
10 lines
172 B
Nim
10 lines
172 B
Nim
|
import
|
||
|
unittest,
|
||
|
eth/trie/nibbles
|
||
|
|
||
|
suite "nibbles":
|
||
|
test "zeroNibblesRange":
|
||
|
# https://github.com/status-im/nim-eth/issues/6
|
||
|
check zeroNibblesRange.len == 0
|
||
|
|