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 873e7f9 commit 1fda729Copy full SHA for 1fda729
integration_test/sql/logging.exs
@@ -76,8 +76,7 @@ defmodule Ecto.Integration.LoggingTest do
76
@stacktrace_opts [stacktrace: true, log: :error]
77
78
defp stacktrace_entry(line) do
79
- "↳ anonymous fn/0 in Ecto.Integration.LoggingTest.\"test logs includes stacktraces\"/1, " <>
80
- "at: integration_test/sql/logging.exs:#{line - 3}"
+ ~r/↳ anonymous fn\/0 in Ecto.Integration.LoggingTest.\"test logs includes stacktraces\"\/1, at: .*integration_test\/sql\/logging.exs:#{line - 3}/
81
end
82
83
test "when some measurements are nil" do
0 commit comments