Skip to content

Commit ffc9c1f

Browse files
committed
polish tests
1 parent a610357 commit ffc9c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ext-test/cpu/makie/makie_ext.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ end
8686
b = Bloch()
8787
add_points!(b, [0.0, 0.0, 1.0])
8888
@test length(b.points) == 1
89-
@test b.points[1] [0.0 0.0; 0.0 0.0; 1.0 1.0]
89+
@test b.points[1] [0.0, 0.0, 1.0]
9090

9191
pts = [[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]]
9292
add_points!(b, hcat(pts...))

0 commit comments

Comments
 (0)