Skip to content

Commit b1d9953

Browse files
committed
fix test
1 parent b9dedb5 commit b1d9953

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
@@ -112,7 +112,7 @@ MultiDocumenter.make(
112112
# symlinks, but then you would run into permission errors with isdir().
113113
# So we need to have platform-specific test logic here.
114114
path = joinpath(outpath, "inf", "stable")
115-
@test islink(path) || isdir(path)
115+
@test islink(path) || isfile(path)
116116
else
117117
@test isdir(outpath, "inf", "stable")
118118
@test isfile(outpath, "inf", "stable", "index.html")

0 commit comments

Comments
 (0)