Skip to content

Commit

Permalink
Change test logging to use test_log crate
Browse files Browse the repository at this point in the history
  • Loading branch information
OussamaSaoudi-db committed Sep 18, 2024
1 parent 3c627d6 commit 1c3b1d3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions kernel/src/scan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -625,12 +625,8 @@ mod tests {
);
}

#[test]
#[test_log::test]
fn test_scan_data() {
use tracing_subscriber::EnvFilter;
tracing_subscriber::fmt()
.with_env_filter(EnvFilter::from_default_env())
.init();
let path =
std::fs::canonicalize(PathBuf::from("./tests/data/table-without-dv-small/")).unwrap();
let url = url::Url::from_directory_path(path).unwrap();
Expand Down

0 comments on commit 1c3b1d3

Please sign in to comment.