new expected file structure
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m12s

This commit is contained in:
2024-06-27 09:50:33 +02:00
parent 4fb3733311
commit 1f83fa25dd
29 changed files with 29 additions and 8 deletions

View File

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