Skip to content

Commit

Permalink
fix error in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Sep 14, 2020
1 parent 0638d3f commit 3c125e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/blueprint/t_blueprint_mesh_examples.cpp
Expand Up @@ -841,7 +841,7 @@ TEST(conduit_blueprint_mesh_examples, save_load_mesh_opts)
}

relay::io::blueprint::save_mesh(data, tout_base, "hdf5", opts);
EXPECT_TRUE(conduit::utils::is_file( tout_base + ".root"));
EXPECT_TRUE(conduit::utils::is_file( tout_base + ".cycle_000100.root"));


// remove cycle from braid, default behavior will be diff
Expand Down

0 comments on commit 3c125e1

Please sign in to comment.