We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ad0dc commit 6650422Copy full SHA for 6650422
test/postgrex_test.exs
@@ -11,7 +11,7 @@ defmodule PostgrexTest do
11
end
12
13
# This test fails due to a bug betweem Elixir and Erlang in earlier versions of Elixir.
14
- if Version.match?(Version.parse!(System.version()), Version.parse_requirement!(">= 1.17.2")) do
+ if Version.match?(System.version(), ">= 1.17.2") do
15
test "start_link/2 detects invalid search path" do
16
# invalid argument
17
Process.flag(:trap_exit, true)
0 commit comments