Skip to content

Commit

Permalink
fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinPrivitera committed Apr 23, 2024
1 parent bb56d77 commit dc68424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/relay/t_relay_io_silo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -802,9 +802,9 @@ TEST(conduit_relay_io_silo, missing_domain_mesh)

remove_path_if_exists(filename);
io::silo::save_mesh(save_mesh, basename);
opts["silo_names"]["mesh_names"] = "mesh_topo2";
opts["mesh_name"] = "mesh_topo2";
io::silo::load_mesh(filename, opts, load_mesh);
opts["silo_names"]["mesh_names"] = "mesh_topo";
opts["mesh_name"] = "mesh_topo";
io::silo::load_mesh(filename, opts, load_mesh2);
EXPECT_TRUE(blueprint::mesh::verify(load_mesh, info));
EXPECT_TRUE(blueprint::mesh::verify(load_mesh2, info));
Expand Down

0 comments on commit dc68424

Please sign in to comment.