This commit is contained in:
Mark Spanbroek 2023-06-29 11:12:15 +02:00
parent 1e72c2f10e
commit c076aca82c
1 changed files with 1 additions and 1 deletions

View File

@ -92,4 +92,4 @@ suite "custom types":
test "generic decode works":
let encoding = AbiEncoder.encode(custom4)
check AbiDecoder.decodeGeneric(encoding, Custom4) == success custom4
check AbiDecoder.decodeRecord(encoding, Custom4) == success custom4