Skip to content

Commit bc55c5b

Browse files
committed
Fix test (no staircase)
1 parent 8013fc1 commit bc55c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/sql/logging.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ defmodule Ecto.Integration.LoggingTest do
147147
assert out =~ stacktrace_entry(__ENV__.line - 2)
148148

149149
# 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.*/
150+
assert out =~ ~r/ ExUnit.CaptureLog.*/
151151
end
152152

153153
test "with custom log level" do

0 commit comments

Comments
 (0)