Skip to content

Commit

Permalink
add simple test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored Jul 18, 2023
1 parent c029a3e commit c3c1147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/geometrytypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3c1147

Please sign in to comment.