cleaner config (no error if cache is cleaned
Some checks are pending
CI/CD Pipeline / test (push) Waiting to run

This commit is contained in:
2024-06-27 09:49:08 +02:00
parent e26e7df913
commit 4fb3733311
3 changed files with 16 additions and 13 deletions

View File

@ -212,7 +212,7 @@ fn fetch(url: &str) -> Result<String, Error> {
mod tests {
use std::fs;
use crate::config::Config;
use crate::{config::Config, overview};
use pretty_assertions::assert_eq;
#[test]