aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib.rs b/tests/lib.rs
index 7822f62..8ce11dc 100644
--- a/tests/lib.rs
+++ b/tests/lib.rs
@@ -9,7 +9,7 @@ use modelthing::modelica_parser::*;
#[test]
fn test_load_model_entry() {
- load_model_entry(Path::new("./examples/classic_gravitation/")).unwrap();
+ load_model_entry(Path::new("./examples/newtonian_gravity/")).unwrap();
}
#[test]