1
0
Fork 0
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:
Robin Appelman 2023-09-08 16:32:47 +02:00
commit 05d5a17861
4 changed files with 3 additions and 7 deletions

View file

@ -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"),