diff --git a/test/src/surface_mesh_test.cpp b/test/src/surface_mesh_test.cpp index 676c7672..df50e3ac 100644 --- a/test/src/surface_mesh_test.cpp +++ b/test/src/surface_mesh_test.cpp @@ -91,7 +91,7 @@ TEST_F(PolyscopeTest, SurfaceMeshAppearance) { psMesh->setSmoothShade(false); EXPECT_FALSE(psMesh->isSmoothShade()); polyscope::show(3); - + psMesh->setShadeStyle(polyscope::MeshShadeStyle::TriFlat); polyscope::show(3);