Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jul 17, 2023
1 parent 1569967 commit 7b68a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/elixir_sense/docs_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ defmodule ElixirSense.DocsTest do

assert docs =~ "do-end block control keyword"
else
assert nil = ElixirSense.docs(buffer, 1, 21)
assert nil == ElixirSense.docs(buffer, 1, 21)
end
end

Expand Down

0 comments on commit 7b68a99

Please sign in to comment.