Skip to content

Commit

Permalink
bring tests back to life (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Apr 19, 2024
1 parent 0da1aa8 commit df4f79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_query/tests/latest_at.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fn simple_query() {
{
let expected_compound_index = (TimeInt::new_temporal(123), colors_row_id);
let expected_points = vec![MyPoint::new(1.0, 2.0), MyPoint::new(3.0, 4.0)];
let expected_colors = vec![MyColor::from_rgb(255, 0, 0), MyColor::from_rgb(255, 0, 0)];
let expected_colors = vec![MyColor::from_rgb(255, 0, 0)];

let query = re_data_store::LatestAtQuery::new(timepoint[0].0, timepoint[0].1);
query_and_compare(
Expand Down

0 comments on commit df4f79c

Please sign in to comment.