Skip to content

Commit

Permalink
Amend acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OussamaSaoudi-db committed Sep 17, 2024
1 parent a9b2375 commit 2d763b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion acceptance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
"env-filter",
"fmt",
] }
env_logger = "0.11.5"

[[test]]
name = "dat_reader"
Expand Down
1 change: 0 additions & 1 deletion acceptance/tests/dat_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use delta_kernel::engine::default::executor::tokio::TokioBackgroundExecutor;
use delta_kernel::engine::default::DefaultEngine;

fn reader_test(path: &Path) -> datatest_stable::Result<()> {
let _ = env_logger::try_init();
let root_dir = format!(
"{}/{}",
env!["CARGO_MANIFEST_DIR"],
Expand Down

0 comments on commit 2d763b5

Please sign in to comment.