Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 28, 2024
1 parent e80c622 commit f18b9de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/viewer/re_selection_panel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ mod test {
});

test_ctx.run(|ctx, ui| {
let (sender, _) = std::sync::mpsc::channel();
let blueprint = ViewportBlueprint::try_from_db(
ctx.store_context.blueprint,
&LatestAtQuery::latest(blueprint_timeline()),
sender,
);

let mut selection_panel = SelectionPanel::default();
Expand Down

0 comments on commit f18b9de

Please sign in to comment.