Skip to content

Commit

Permalink
fixup! require elixir >=1.14 to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Aguiar committed Nov 9, 2023
1 parent 2dde3d1 commit 505724b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/elixir_sense/definition_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ defmodule ElixirSense.Providers.DefinitionTest do
assert nil == ElixirSense.definition("__MODULE__", 1, 1)
end

@tag requires_elixir_1_14: true
test "find module definition inside Phoenix's scope" do
_define_existing_atom = ExampleWeb

Expand Down

0 comments on commit 505724b

Please sign in to comment.