Skip to content

Commit 33b3c87

Browse files
committed
fix tests
1 parent ea4a1a0 commit 33b3c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ using StaticArrays
2323
@test coordinates(mesh).normals === normals
2424
@test coordinates(mesh).normals === normals
2525
@test GeometryBasics.faces(mesh) === tfaces
26-
@test column_names(coordinates(mesh)) == (:point, :normals, :stress)
26+
@test column_names(coordinates(mesh)) == (:position, :normals, :stress)
2727

2828
end
2929

0 commit comments

Comments
 (0)