Skip to content

Commit 6885f42

Browse files
Update runtests.jl
1 parent 1c30374 commit 6885f42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
using Uncertainty, Test, FiniteDifferences, Zygote
1+
using ReliabilityOptimization, Test, FiniteDifferences, Zygote
22

3-
@testset "Uncertainty.jl" begin
3+
@testset "ReliabilityOptimization.jl" begin
44
# test function - y is random
55
pol(x, y) = [norm(x + y)^2]
66
# input value to be used in example

0 commit comments

Comments
 (0)