Skip to content

Commit bca50b8

Browse files
retry with fixed email
1 parent 401ef3b commit bca50b8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ impl Iceoryx2Transport {
9494
#[cfg(test)]
9595
mod tests {
9696
use super::*;
97-
// fn dummy_uuid() -> up_rust::UUID {
98-
// up_rust::UUID::build()
99-
// }
10097

10198
fn test_uri(authority: &str, instance: u16, typ: u16, version: u8, resource: u16) -> UUri {
10299
let entity_id = ((instance as u32) << 16) | (typ as u32);

0 commit comments

Comments
 (0)