Skip to content

Commit

Permalink
Fix SHM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets authored and Pierre Avital committed Nov 30, 2023
1 parent b2b3d8d commit 2fa04c6
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 2fa04c6

Please sign in to comment.