Remove unused type in test code

This commit is contained in:
jangko 2023-12-14 10:36:15 +07:00
parent 13be296cf0
commit 7cb0c31cb2
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 0 additions and 2 deletions

View File

@ -159,8 +159,6 @@ template roundtripChecks*(Format: type, value: auto, expectedResult: auto) =
check serialized == expectedResult
try:
const typeName = typetraits.name(type(origValue))
let decoded = Format.decode(serialized, type(origValue))
checkpoint "(decoded value): " & repr(decoded)
let success = maybeDefer(decoded) == maybeDefer(origValue)