Skip to content

Commit

Permalink
fix: broken test due to logger output changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Jan 18, 2022
1 parent de7f846 commit ba0fe8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/logger_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule Cluster.LoggerTest do
])
end)

assert output =~ "[#{unquote(level)}]"
assert output =~ ~r/\[#{unquote(level)}(ing)?\]/
assert output =~ "[libcluster:Elixir.Cluster.LoggerTest] some message"
end
end
Expand Down

0 comments on commit ba0fe8d

Please sign in to comment.