mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-12 07:14:24 +00:00
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
|
|
|