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 392983b commit 76df110Copy full SHA for 76df110
integration_test/sql/logging.exs
@@ -145,7 +145,9 @@ defmodule Ecto.Integration.LoggingTest do
145
end)
146
147
assert out =~ stacktrace_entry(__ENV__.line - 2)
148
- assert out =~ ~r/ ↳ ExUnit.CaptureLog.with_log\/2, at: lib\/ex_unit\/capture_log.ex:113/
+
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.*/
151
end
152
153
test "with custom log level" do
0 commit comments