update all_fluffy_tests to include new location of the tests
This commit is contained in:
parent
53c39b954a
commit
4424c33ae6
|
@ -9,8 +9,9 @@
|
|||
|
||||
import
|
||||
./test_portal_wire_protocol,
|
||||
./test_state_distance,
|
||||
./test_state_network,
|
||||
./state_network_tests/test_state_distance,
|
||||
./state_network_tests/test_state_network,
|
||||
./state_network_tests/test_state_content,
|
||||
./test_state_proof_verification,
|
||||
./test_accumulator,
|
||||
./test_history_network,
|
||||
|
|
|
@ -35,7 +35,7 @@ procSuite "State Content":
|
|||
let decodedKey = decodeSsz(encodedKey, AccountTrieProofKey)
|
||||
check decodedKey.isOk()
|
||||
|
||||
test "Encode/decode accountTrieProof":
|
||||
test "Encode/decode accountTrieProof itself":
|
||||
let file = testVectorDir & "/proofs.full.block.0.json"
|
||||
let content = readAllFile(file).valueOr:
|
||||
quit(1)
|
||||
|
|
Loading…
Reference in New Issue