Skip to content

Commit c3c1147

Browse files
authored
add simple test
1 parent c029a3e commit c3c1147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/geometrytypes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ using Test, GeometryBasics
7373
@test faces == decompose(TriangleFace{Int}, Tesselation(s, 8))
7474

7575
m = triangle_mesh(Tesselation(s, 8))
76-
76+
@test m === triangle_mesh(m)
7777
@test GeometryBasics.faces(m) == faces
7878
@test GeometryBasics.coordinates(m) positions
7979
m = normal_mesh(s)# just test that it works without explicit resolution parameter

0 commit comments

Comments
 (0)