Skip to content

Commit 5a74f4c

Browse files
committed
Fix a test failure
1 parent ec623a4 commit 5a74f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_edit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
@test test_edit(server, "a\nb\ne", (1, 1), (1, 1), "\nc\nd")[1]
6565
@test test_edit(server, "aaa\nbbb", (0, 0), (0, 0), "\n")[1]
6666

67-
@test server._open_file_versions[uri"untitled:none"] == docversion
67+
@test !haskey(server._open_file_versions, uri"untitled:none")
6868
end
6969
end

0 commit comments

Comments
 (0)