Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Feb 12, 2025
1 parent b44e518 commit 2c3e64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/zenoh-transport/src/common/batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ mod tests {

let mut rbatch = RBatch::new(config, bytes.to_vec().into());
println!("Decoded RBatch: {:?}", rbatch);
rbatch.initialize(config.mtu).unwrap();
rbatch.initialize().unwrap();
println!("Initialized RBatch: {:?}", rbatch);
let msg_out: TransportMessage = rbatch.decode().unwrap();
assert_eq!(msg_in, msg_out);
Expand Down

0 comments on commit 2c3e64e

Please sign in to comment.