mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
don't store raw_props that we don't need
This commit is contained in:
parent
5f6600cfdb
commit
05d5a17861
4 changed files with 3 additions and 7 deletions
|
|
@ -562,13 +562,11 @@ fn test_packet_entitier_message_roundtrip() {
|
|||
SendTable {
|
||||
name: SendTableName::from("table1"),
|
||||
needs_decoder: false,
|
||||
raw_props: vec![],
|
||||
flattened_props: vec![],
|
||||
},
|
||||
SendTable {
|
||||
name: SendTableName::from("table2"),
|
||||
needs_decoder: false,
|
||||
raw_props: vec![],
|
||||
flattened_props: vec![
|
||||
SendPropDefinition {
|
||||
identifier: SendPropIdentifier::new("table2", "prop1"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue