Skip to content

Commit b1aaa42

Browse files
committed
Update test compatibility with OTP 28
1 parent bd61e33 commit b1aaa42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/cachex/router/ring_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ defmodule Cachex.Router.RingTest do
108108
options: [
109109
monitor: true,
110110
monitor_includes: [
111-
~r/^manager.*$/
111+
"^manager.*$"
112112
]
113113
]
114114
)
@@ -132,7 +132,7 @@ defmodule Cachex.Router.RingTest do
132132
options: [
133133
monitor: true,
134134
monitor_excludes: [
135-
~r/^[a-zA-Z0-9]+\d@.*$/
135+
"^[a-zA-Z0-9]+\\d@.*$"
136136
]
137137
]
138138
)

0 commit comments

Comments
 (0)