Skip to content

Commit

Permalink
update tests: roundtrips!
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jun 30, 2023
1 parent 113cfc5 commit ba219c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion crates/re_types/tests/fuzzy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,6 @@ fn roundtrip() {
eprintln!("{} = {array:#?}", field.name);
}

// TODO(cmc): deserialize
let deserialized = AffixFuzzer1::from_arrow(serialized);
similar_asserts::assert_eq!(arch, deserialized);
}
3 changes: 2 additions & 1 deletion crates/re_types/tests/points2d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ fn roundtrip() {
eprintln!("{} = {array:#?}", field.name);
}

// TODO(cmc): deserialize
let deserialized = Points2D::from_arrow(serialized);
similar_asserts::assert_eq!(expected, deserialized);
}

0 comments on commit ba219c5

Please sign in to comment.