Skip to content

Commit 94af38a

Browse files
committed
Use ~r instead of ~R
1 parent 3670943 commit 94af38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ecto/adapters/sqlite3_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Ecto.Adapters.SQLite3ConnTest do
33

44
alias Ecto.Adapters.SQLite3
55

6-
@uuid_regex ~R/^[[:xdigit:]]{8}\b-[[:xdigit:]]{4}\b-[[:xdigit:]]{4}\b-[[:xdigit:]]{4}\b-[[:xdigit:]]{12}$/
6+
@uuid_regex ~r/^[[:xdigit:]]{8}\b-[[:xdigit:]]{4}\b-[[:xdigit:]]{4}\b-[[:xdigit:]]{4}\b-[[:xdigit:]]{12}$/
77

88
setup do
99
original_binary_id_type =

0 commit comments

Comments
 (0)