fixup! WiP! Value transition

This commit is contained in:
Emery Hemingway 2024-01-01 20:46:48 +02:00
parent c1c5333778
commit 3cc3a48c82
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ suite "protocols":
var pos = str.getPosition
echo "decode position: ", pos
try:
var a = decodePreserves(str, WireRef)
var a = decodePreserves(str)
echo a
except CatchableError:
str.setPosition pos