Skip to content

Commit 51381e8

Browse files
committed
chore: Elixir 1.18 drops ~R//
1 parent abdc0ac commit 51381e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/assert_match_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defmodule AssertMatchTest do
1818
end
1919

2020
test "should work with regex" do
21-
assert_match("prefix match", ~R/prefix/)
21+
assert_match("prefix match", ~r/prefix/)
2222
assert_match("prefix match", ~r/#{"prefix"}/)
2323
end
2424

0 commit comments

Comments
 (0)