diff options
author | bnewbold <bnewbold@robocracy.org> | 2017-01-28 21:39:55 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2017-01-28 21:39:55 -0800 |
commit | b35ffa2902ae6ce30436cc6b59cd9ef552a60956 (patch) | |
tree | d9cfa1f437fb3d98a995004a5a82f0c2c4e459f3 /tests | |
parent | 97b0fc2295adcdb1ba54e003227f486a92425acd (diff) | |
download | modelthing-b35ffa2902ae6ce30436cc6b59cd9ef552a60956.tar.gz modelthing-b35ffa2902ae6ce30436cc6b59cd9ef552a60956.zip |
fix test path
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib.rs | 2 |
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] |