1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

fix sendprop roundtrip test

This commit is contained in:
Robin Appelman 2025-09-16 22:45:13 +02:00
commit 3dcbf2a4cf

View file

@ -903,7 +903,7 @@ fn test_send_prop_value_roundtrip() {
SendPropValue::Integer(-12), SendPropValue::Integer(-12),
SendPropParseDefinition::NormalVarInt { SendPropParseDefinition::NormalVarInt {
changes_often: false, changes_often: false,
unsigned: true, unsigned: false,
}, },
); );
send_prop_value_roundtrip( send_prop_value_roundtrip(