Skip to content

Commit

Permalink
Change sigil from deprecated sigil_R
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerWitt committed Jan 11, 2025
1 parent 4f25100 commit c6883c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/login_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ defmodule LoginTest do
assert {:ok, pid} = P.start_link(context[:options])
assert {:ok, %Postgrex.Result{}} = P.query(pid, "SELECT 123", [])

assert String.match?(P.parameters(pid)["server_version"], ~R"^\d+\.\d+")
assert String.match?(P.parameters(pid)["server_version"], ~r"^\d+\.\d+")
end

@tag min_pg_version: "9.0"
Expand Down

0 comments on commit c6883c7

Please sign in to comment.