Skip to content

Commit fbc5214

Browse files
avik-palchristiangnrd
authored andcommitted
test: try using approx
1 parent 8180f2f commit fbc5214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testsuite/random.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
randn!(rng, A)
5757
Random.seed!(rng, 1)
5858
randn!(rng, B)
59-
@test Array(A) == Array(B)
59+
@test Array(A) Array(B)
6060

6161
if rng != cpu_rng
6262
randn!(cpu_rng, A)

0 commit comments

Comments
 (0)