Skip to content

Commit fb571b5

Browse files
committed
added .
1 parent 419291f commit fb571b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/io/test_io.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ TEST_CASE("paraview_2d", "[io]")
9292
mesh->serialize(writer);
9393
}
9494

95-
TEST_CASE("paraview_2d_vtag", "[io]")
95+
TEST_CASE("paraview_2d_vtag", "[io.]")
9696
{
9797
auto mesh = read_mesh(WMTK_DATA_DIR "/fan.msh");
9898
mesh->register_attribute<int64_t>("tag", PrimitiveType::Triangle, 1);

0 commit comments

Comments
 (0)