Skip to content

Commit

Permalink
test: removes unnecessary require
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 13, 2025
1 parent 15b4269 commit 069e3f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/tower_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ defmodule TowerTest do

test "reports a Logger format/args message" do
in_unlinked_process(fn ->
require Logger

capture_log(fn ->
:logger.critical(~c"This is a format with ~b ~p", [2, :args])
end)
Expand Down

0 comments on commit 069e3f8

Please # to comment.