summaryrefslogtreecommitdiff
path: root/tests/dev_cargo_bins.rs
diff options
context:
space:
mode:
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()