Skip to content

Commit e9c00dd

Browse files
committed
Fix test typo
1 parent 30f89e5 commit e9c00dd

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
@@ -21,7 +21,7 @@ using Random
2121

2222
# Set up our sampler with initial parameters.
2323
spl1 = RWMH([0.0, 0.0])
24-
spl2 = StaticMH([0.0, 0.0], MvNormal([0.0, 0.0], 1)
24+
spl2 = StaticMH([0.0, 0.0], MvNormal([0.0, 0.0], 1))
2525

2626
@testset "Inference" begin
2727

0 commit comments

Comments
 (0)