From 090528bbbf30ffcc02b632123ee23a197eaa899e Mon Sep 17 00:00:00 2001 From: Daniil Sobol Date: Tue, 23 Jan 2024 03:56:11 +0300 Subject: [PATCH] update test vectors --- fluffy/tests/state_network_tests/test_state_content.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluffy/tests/state_network_tests/test_state_content.nim b/fluffy/tests/state_network_tests/test_state_content.nim index 09a6403be..29209b36c 100644 --- a/fluffy/tests/state_network_tests/test_state_content.nim +++ b/fluffy/tests/state_network_tests/test_state_content.nim @@ -25,10 +25,10 @@ suite "State Content Keys": check encoded.toHex() == evenNibles # echo ">>>", encoded.toHex() - const oddNibbles = "0105000000123456789abc0d" + const oddNibbles = "01050000000123456789abcd" test "Encode/decode odd nibbles": const - packedNibbles = Nibbles.packedNibbles.init(@[NibblePair 0x12, 0x34, 0x56, 0x78, 0x9A, 0xBC, 0x0D]) + packedNibbles = Nibbles.packedNibbles.init(@[NibblePair 0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD]) isOddLength = true let