Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegillet committed Dec 21, 2024
1 parent a807d19 commit aa69cfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/elixir_analyzer_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ defmodule ElixirAnalyzerTest do

Logger.configure(level: :debug)

assert capture_log(fn -> ElixirAnalyzer.analyze_exercise(exercise, path, path, @options) end) =~
assert capture_log(fn ->
ElixirAnalyzer.analyze_exercise(exercise, path, path, @options)
end) =~
"Initialization successful"

Logger.configure(level: :warning)
Expand Down

0 comments on commit aa69cfd

Please sign in to comment.