Skip to content

Commit 142bc3c

Browse files
committed
Fix a test error
1 parent 1318606 commit 142bc3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_document.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,5 @@ end
133133
links = LS.DocumentLink[]
134134
LS.find_document_links(LS.getcst(doc), doc, 0, links)
135135
@test length(links) == 1
136-
# lowercase because windows drives can apparently be inconsistently capitalized
137-
@test lowercase(links[1].target) == lowercase(LS.filepath2uri(@__FILE__))
136+
@test links[1].target == LS.filepath2uri(@__FILE__)
138137
end

0 commit comments

Comments
 (0)