Skip to content

Commit f179ff0

Browse files
committed
fix test failure
1 parent 1915d31 commit f179ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/geometrytypes.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ end
231231
GLTriangleFace[(1, 1, 1), (1, 1, 1), (2, 2, 2), (2, 2, 2), (3, 3, 3), (3, 3, 3), (4, 4, 4), (4, 4, 4), (5, 5, 5), (5, 5, 5), (6, 6, 6), (6, 6, 6)]
232232
)
233233
@test coordinates(mesh) == Point{3, Float32}[
234-
[1.0, 1.0, 1.0], [1.0, 1.0, 2.0], [1.0, 2.0, 1.0], [1.0, 2.0, 2.0],
235-
[2.0, 1.0, 1.0], [2.0, 1.0, 2.0], [2.0, 2.0, 1.0], [2.0, 2.0, 2.0]]
234+
[1, 2, 3], [1, 2, 9], [1, 7, 3], [1, 7, 9],
235+
[5, 2, 3], [5, 2, 9], [5, 7, 3], [5, 7, 9]]
236236

237237
@test isempty(Rect{3,Float32}())
238238
end

0 commit comments

Comments
 (0)