Skip to content

Commit

Permalink
fix tests on <= 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jan 11, 2024
1 parent 0fa1e57 commit 6597139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/elixir_sense/providers/suggestion/complete_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2205,6 +2205,7 @@ defmodule ElixirSense.Providers.Suggestion.CompleteTest do
] = expand(~c"unquote", %Env{requires: []})
end

@tag requires_elixir_1_14: true
test "Application.compile_env classified as macro" do
assert [
%{
Expand Down

0 comments on commit 6597139

Please sign in to comment.