diff --git a/src/ingest.rs b/src/ingest.rs index 2e7f98e..5c1b887 100644 --- a/src/ingest.rs +++ b/src/ingest.rs @@ -168,6 +168,8 @@ mod tests { resp_bytes: 295, orig_pkts: 397, resp_pkts: 511, + orig_l2_bytes: 21515, + resp_l2_bytes: 27889, }; super::send_event(&mut channel.client.send, 9999, conn.clone()) .await diff --git a/src/publish.rs b/src/publish.rs index 701cf3f..dc348a9 100644 --- a/src/publish.rs +++ b/src/publish.rs @@ -550,6 +550,8 @@ mod tests { resp_bytes: 295, orig_pkts: 397, resp_pkts: 511, + orig_l2_bytes: 21515, + resp_l2_bytes: 27889, }; let raw_event = bincode::serialize(&conn).unwrap(); let source = bincode::serialize(&"hello").unwrap(); @@ -706,6 +708,8 @@ mod tests { resp_bytes: 295, orig_pkts: 397, resp_pkts: 511, + orig_l2_bytes: 21515, + resp_l2_bytes: 27889, }; let raw_event = bincode::serialize(&conn).unwrap();