Skip to content

Commit

Permalink
post-rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Nov 13, 2023
1 parent c57622f commit b0b1603
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/re_arrow_store/tests/correctness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,11 @@ fn entity_min_time_correct() -> anyhow::Result<()> {
init_logs();

for config in re_arrow_store::test_util::all_configs() {
let mut store = DataStore::new(InstanceKey::name(), config.clone());
let mut store = DataStore::new(
re_log_types::StoreId::random(re_log_types::StoreKind::Recording),
InstanceKey::name(),
config.clone(),
);
entity_min_time_correct_impl(&mut store)?;
}

Expand Down

0 comments on commit b0b1603

Please sign in to comment.