Skip to content

Commit d9eda88

Browse files
committed
Corrected runtests.jl
1 parent ad94aa6 commit d9eda88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using Random: seed!
44
seed!(42)
55

66
# Global flags for the tests
7-
@testset "Augmented Gaussian Process Testing"
7+
@testset "Augmented Gaussian Process Testing" begin
88
include("test_GP.jl")
99
include("test_VGP.jl")
1010
include("test_SVGP.jl")

0 commit comments

Comments
 (0)