cleaner config (no error if cache is cleaned
Some checks are pending
CI/CD Pipeline / test (push) Waiting to run
Some checks are pending
CI/CD Pipeline / test (push) Waiting to run
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user