Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Nov 13, 2023
1 parent 8fe02a0 commit f7d392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_conmech/smoke/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"nonhomogenous_density": lambda: nonhomogenous_density(Config(**default_args).init()),
"imported_mesh": lambda: imported_mesh(
Config(**default_args).init(),
mesh_path="../../examples/meshes/example_mesh.msh",
mesh_path="examples/meshes/example_mesh.msh",
),
}

Expand Down

0 comments on commit f7d392b

Please sign in to comment.