From b35ffa2902ae6ce30436cc6b59cd9ef552a60956 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 28 Jan 2017 21:39:55 -0800 Subject: fix test path --- tests/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3