Fix tests

This commit is contained in:
mo8it
2024-04-05 00:44:43 +02:00
parent 919ba88413
commit 5a233398eb
3 changed files with 7 additions and 18 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ struct InfoToml {
#[test]
fn dev_cargo_bins() {
let content = fs::read_to_string("exercises/Cargo.toml").unwrap();
let content = fs::read_to_string("dev/Cargo.toml").unwrap();
let exercises = toml_edit::de::from_str::<InfoToml>(&fs::read_to_string("info.toml").unwrap())
.unwrap()