Skip to content

Commit

Permalink
test: avoids expected but noisy error log message during doctest exec…
Browse files Browse the repository at this point in the history
…ution
  • Loading branch information
grzuy committed Sep 10, 2024
1 parent 770fe46 commit c713ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tower/ephemeral_reporter_test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule Tower.EphemeralReporterTest do
use ExUnit.Case
doctest Tower.EphemeralReporter
doctest Tower.EphemeralReporter, tags: [capture_log: true]
end

0 comments on commit c713ec4

Please sign in to comment.