summaryrefslogtreecommitdiff
path: root/tests/dev_cargo_bins.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-05 00:44:43 +0200
committermo8it <mo8it@proton.me>2024-04-05 00:44:43 +0200
commit5a233398ebe7078767404bd05ca06e08b37fb3d4 (patch)
tree42f5f9c57971624310c0e99cf58c4931fc0830da /tests/dev_cargo_bins.rs
parent919ba88413fcc495ebde288960079f6f627eb5b7 (diff)
Fix tests
Diffstat (limited to 'tests/dev_cargo_bins.rs')
-rw-r--r--tests/dev_cargo_bins.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dev_cargo_bins.rs b/tests/dev_cargo_bins.rs
index ad4832f..c3faea9 100644
--- a/tests/dev_cargo_bins.rs
+++ b/tests/dev_cargo_bins.rs
@@ -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()