mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +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),
|
||||
SendPropParseDefinition::NormalVarInt {
|
||||
changes_often: false,
|
||||
unsigned: true,
|
||||
unsigned: false,
|
||||
},
|
||||
);
|
||||
send_prop_value_roundtrip(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue