Fix test
This commit is contained in:
parent
1e72c2f10e
commit
c076aca82c
|
@ -92,4 +92,4 @@ suite "custom types":
|
||||||
|
|
||||||
test "generic decode works":
|
test "generic decode works":
|
||||||
let encoding = AbiEncoder.encode(custom4)
|
let encoding = AbiEncoder.encode(custom4)
|
||||||
check AbiDecoder.decodeGeneric(encoding, Custom4) == success custom4
|
check AbiDecoder.decodeRecord(encoding, Custom4) == success custom4
|
||||||
|
|
Loading…
Reference in New Issue