Skip to content

Commit 0cd3b19

Browse files
authored
Change RNG seed in merge tests (#131)
1 parent 4cfd371 commit 0cd3b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/merge_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
@testset "merge/merge! tests" begin
3-
rng = StableRNG(43)
3+
rng = StableRNG(44)
44
iters = (1:2, 3:10)
55
reps = 10^5
66
size = 2

0 commit comments

Comments
 (0)