Skip to content

Commit

Permalink
remove require Logger from test
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhanks committed Dec 27, 2023
1 parent ced8d9a commit 4265e2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/plug/conn/utils_test.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
defmodule Plug.Conn.UtilsTest do
use ExUnit.Case, async: true
import ExUnit.CaptureLog
require Logger

import Plug.Conn.Utils
alias Plug.Conn.Utils, as: Utils
Expand Down

0 comments on commit 4265e2e

Please sign in to comment.