Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Mar 5, 2024
1 parent 7811cb6 commit aaafdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashtool/src/build/build_dag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ mod tests {
};

use gix::{diff::tree::recorder::Change, objs::tree::EntryKind, ObjectId};
use iceberg_catalog_sql::SqlCatalogList;
use iceberg_rust::{
catalog::{identifier::Identifier, tabular::Tabular, CatalogList},
table::table_builder::TableBuilder,
Expand All @@ -354,6 +353,7 @@ mod tests {
schema::SchemaBuilder,
types::{PrimitiveType, StructField, StructTypeBuilder, Type},
};
use iceberg_sql_catalog::SqlCatalogList;
use object_store::memory::InMemory;
use tempfile::TempDir;

Expand Down

0 comments on commit aaafdd2

Please sign in to comment.