Skip to content

Commit

Permalink
Reverting the name of the test file in the libmesh test
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Oct 8, 2024
1 parent 4240f49 commit deae0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_libmesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TEST_CASE("Test libMesh Initialization")
{
std::unique_ptr<MeshManager> mesh_manager {std::make_unique<LibMeshMeshManager>()};

mesh_manager->load_file("demo.exo");
mesh_manager->load_file("cyl-block.exo");

mesh_manager->init();

Expand Down

0 comments on commit deae0e6

Please sign in to comment.