We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd61e33 commit b1aaa42Copy full SHA for b1aaa42
1 file changed
test/cachex/router/ring_test.exs
@@ -108,7 +108,7 @@ defmodule Cachex.Router.RingTest do
108
options: [
109
monitor: true,
110
monitor_includes: [
111
- ~r/^manager.*$/
+ "^manager.*$"
112
]
113
114
)
@@ -132,7 +132,7 @@ defmodule Cachex.Router.RingTest do
132
133
134
monitor_excludes: [
135
- ~r/^[a-zA-Z0-9]+\d@.*$/
+ "^[a-zA-Z0-9]+\\d@.*$"
136
137
138
0 commit comments