update all_fluffy_tests to include new location of the tests

This commit is contained in:
Daniil Sobol 2023-12-28 23:52:40 +03:00
parent 53c39b954a
commit 4424c33ae6
No known key found for this signature in database
GPG Key ID: 5121E3B3F2304E22
2 changed files with 4 additions and 3 deletions

View File

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

View File

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