We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8013fc1 commit bc55c5bCopy full SHA for bc55c5b
integration_test/sql/logging.exs
@@ -147,7 +147,7 @@ defmodule Ecto.Integration.LoggingTest do
147
assert out =~ stacktrace_entry(__ENV__.line - 2)
148
149
# We are a bit liberal with what we expect as we don't want to tie to internal ExUnit code
150
- assert out =~ ~r/ ↳ ExUnit.CaptureLog.*/
+ assert out =~ ~r/ ExUnit.CaptureLog.*/
151
end
152
153
test "with custom log level" do
0 commit comments