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:
parent
b8d747fe51
commit
3dcbf2a4cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue