mirror of
https://github.com/status-im/nim-rlp.git
synced 2025-02-13 14:36:41 +00:00
make all tests green again
This commit is contained in:
parent
798b1ebaf1
commit
61da7236f4
@ -41,7 +41,7 @@ test "encoding and decoding an object":
|
||||
var t2 = bytes.decode(Transaction)
|
||||
|
||||
check:
|
||||
bytes.hexRepr == "85416c69636583426f628203e8" # verifies that Alice comes first
|
||||
bytes.hexRepr == "cd85416c69636583426f628203e8" # verifies that Alice comes first
|
||||
t2.time == default(DateTime)
|
||||
t2.sender == "Alice"
|
||||
t2.receiver == "Bob"
|
||||
|
Loading…
x
Reference in New Issue
Block a user