Skip to content

Commit

Permalink
use named params in log functions
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Apr 23, 2024
1 parent 5bee99e commit 32b230d
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 95 deletions.
3 changes: 2 additions & 1 deletion src/encryptedfs/encryptedfs_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -976,8 +976,9 @@ fn test_open() {
}

#[allow(dead_code)]
// #[test]
fn test_sample() {
run_test(TestSetup { data_path: format!("{TESTS_DATA_DIR}test_sample") }, |setup| {
let fs = setup.fs.as_mut().unwrap();
});
}
}
Loading

0 comments on commit 32b230d

Please sign in to comment.