mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-02-20 00:28:19 +00:00
Restore: RustTestVectors in testmultihash
This commit is contained in:
parent
87728e2d9c
commit
ea6680f3cf
@ -91,6 +91,6 @@ suite "MultiHash test suite":
|
||||
hex(mh1) == hex(mh2)
|
||||
mh1 == mh2
|
||||
|
||||
test "multihash test vectors":
|
||||
for item in TestVectors:
|
||||
test "rust-multihash test vectors":
|
||||
for item in RustTestVectors:
|
||||
checkTestVector(item)
|
||||
|
Loading…
x
Reference in New Issue
Block a user