Fix intellisense tests

This commit is contained in:
Jonatan Kłosko 2023-11-15 17:31:39 +07:00
parent f633748b37
commit d4817542ed

View file

@ -19,6 +19,11 @@ defmodule Livebook.IntellisenseTest do
end
end
setup do
Intellisense.clear_cache(node())
:ok
end
describe "format_code/1" do
test "formats valid code" do
assert %{code: "1 + 1", code_markers: []} = Intellisense.format_code("1+1")