Skip to content

Commit

Permalink
Fix SHM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Nov 15, 2023
1 parent 595e1f3 commit b65b817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions io/zenoh-transport/tests/unicast_shm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ mod tests {
encoding: Encoding::default(),
ext_sinfo: None,
ext_shm: None,
ext_attachment: None,
ext_unknown: vec![],
}
.into(),
Expand Down Expand Up @@ -313,6 +314,7 @@ mod tests {
encoding: Encoding::default(),
ext_sinfo: None,
ext_shm: None,
ext_attachment: None,
ext_unknown: vec![],
}
.into(),
Expand Down

0 comments on commit b65b817

Please sign in to comment.