[gitignore]

This commit is contained in:
daladim 2021-04-19 08:30:34 +02:00
parent e6ccae75be
commit 26c49a85c2
4 changed files with 4 additions and 5 deletions

View file

@ -230,7 +230,7 @@ mod tests {
async fn serde_cache() {
let _ = env_logger::builder().is_test(true).try_init();
let cache_path = PathBuf::from(String::from("test_cache/"));
let cache_path = PathBuf::from(String::from("test_cache/unit_test"));
let mut cache = Cache::new(&cache_path);