Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Feb 16, 2024
1 parent f7bcb32 commit c80cbcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/elixir_sense/docs_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1331,10 +1331,10 @@ defmodule ElixirSense.DocsTest do

if ExUnitConfig.erlang_eep48_supported() do
assert doc.docs =~ "called by the new process"
assert %{since: "OTP 19.0", implementing: :gen_statem} = doc.metadata
assert %{since: "OTP 19.0", implementing: :gen_statem, app: :elixir_sense} = doc.metadata
else
assert doc.docs == ""
assert doc.metadata == %{}
assert doc.metadata == %{app: :elixir_sense}
end
end
end
Expand Down

0 comments on commit c80cbcd

Please sign in to comment.