make all tests green again

This commit is contained in:
Zahary Karadjov 2018-03-14 14:48:10 +02:00
parent 798b1ebaf1
commit 61da7236f4

View File

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