Skip to content

Commit 9b1f348

Browse files
committed
Fix for doctests
1 parent c3c7e60 commit 9b1f348

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
@@ -9,7 +9,7 @@ using Documenter: doctest
99

1010
@testset "CoordinateTransformations" begin
1111

12-
doctest(CoordinateTransformations)
12+
doctest(CoordinateTransformations, manual=false)
1313
include("core.jl")
1414
include("coordinatesystems.jl")
1515
include("affine.jl")

0 commit comments

Comments
 (0)