Skip to content

Commit 1e746b9

Browse files
authored
Fix the random seed during testing
1 parent 42ee020 commit 1e746b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ struct Foo
1414
c::Any
1515
end
1616

17+
Random.seed!(1)
18+
1719
@testset "FiniteDifferences" begin
1820
include("rand_tangent.jl")
1921
include("methods.jl")

0 commit comments

Comments
 (0)