We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4a1a0 commit 33b3c87Copy full SHA for 33b3c87
test/runtests.jl
@@ -23,7 +23,7 @@ using StaticArrays
23
@test coordinates(mesh).normals === normals
24
25
@test GeometryBasics.faces(mesh) === tfaces
26
- @test column_names(coordinates(mesh)) == (:point, :normals, :stress)
+ @test column_names(coordinates(mesh)) == (:position, :normals, :stress)
27
28
end
29
0 commit comments