Skip to content

Commit

Permalink
fix roundtrip test
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Apr 5, 2023
1 parent 574547f commit 9734fde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/re_log_types/src/arrow_msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,14 @@ mod tests {

#[test]
fn arrow_msg_roundtrip() {
let row = DataRow::from_cells2(
let mut row = DataRow::from_cells2(
MsgId::random(),
"world/rects",
[build_frame_nr(0.into())],
1,
(build_some_point2d(1), build_some_rects(1)),
);
row.compute_all_size_bytes();

let table_in = row.into_table();
let msg_in = table_in.as_arrow_msg().unwrap();
Expand Down

0 comments on commit 9734fde

Please sign in to comment.