Skip to content

Commit

Permalink
Merge pull request #185 from influxdata/hiltontj/typo-catalog-merge
Browse files Browse the repository at this point in the history
fix: typo in catalog merge test for last cache from #184
  • Loading branch information
hiltontj authored Nov 7, 2024
2 parents c4dc302 + 7b73589 commit d5173f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxdb3_catalog/src/catalog/pro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ mod tests {
}
// add a last cache to 'b' but with a different configuration:
{
let mut db = a.db_schema("foo").unwrap().deref().clone();
let mut db = b.db_schema("foo").unwrap().deref().clone();
let mut tbl = db.table_definition("bar").unwrap().deref().clone();
tbl.add_last_cache(LastCacheDefinition {
table_id: tbl.table_id,
Expand Down

0 comments on commit d5173f7

Please sign in to comment.