Restore: RustTestVectors in testmultihash

This commit is contained in:
benbierens 2024-08-08 10:26:59 +02:00
parent 87728e2d9c
commit ea6680f3cf
No known key found for this signature in database
GPG Key ID: 877D2C2E09A22F3A

View File

@ -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)