From c3c1147449d1bd2238ea53e800b7e11b7117b07a Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 18 Jul 2023 16:26:46 +0200 Subject: [PATCH] add simple test --- test/geometrytypes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/geometrytypes.jl b/test/geometrytypes.jl index 7390ec14..93d7a511 100644 --- a/test/geometrytypes.jl +++ b/test/geometrytypes.jl @@ -73,7 +73,7 @@ using Test, GeometryBasics @test faces == decompose(TriangleFace{Int}, Tesselation(s, 8)) m = triangle_mesh(Tesselation(s, 8)) - + @test m === triangle_mesh(m) @test GeometryBasics.faces(m) == faces @test GeometryBasics.coordinates(m) ≈ positions m = normal_mesh(s)# just test that it works without explicit resolution parameter