Skip to content

Commit 5c05fad

Browse files
committed
fix integration test
1 parent b6764a5 commit 5c05fad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion_iceberg/tests/integration_trino.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ async fn integration_trino_rest() {
199199
let catalog = Arc::new(RestCatalog::new(
200200
None,
201201
configuration(&rest_host.to_string(), rest_port),
202-
object_store,
202+
Some(object_store),
203203
));
204204

205205
let tables = catalog

0 commit comments

Comments
 (0)