Skip to content

Commit

Permalink
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 fb80951 commit 2dde3d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/elixir_sense/plugins/phoenix/scope_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ defmodule ElixirSense.Plugins.Phoenix.ScopeTest do
use ExUnit.Case
alias ElixirSense.Plugins.Phoenix.Scope

@moduletag requires_elixir_1_14: true
describe "within_scope/1" do
test "returns true and nil alias" do
buffer = """
Expand Down
1 change: 1 addition & 0 deletions test/elixir_sense/plugins/phoenix_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ defmodule ElixirSense.Plugins.PhoenixTest do
use ExUnit.Case
import TestHelper

@moduletag requires_elixir_1_14: true
describe "suggestions/4" do
test "overrides with controllers for phoenix_route_funcs, when in the second parameter" do
buffer = """
Expand Down

0 comments on commit 2dde3d1

Please sign in to comment.