Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jcartwright committed Nov 12, 2024
1 parent 5b6c0d7 commit de58c78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/postscript_test.exs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
defmodule PostscriptTest do
use ExUnit.Case, async: true

import ExUnit.CaptureLog, only: [with_log: 2]

alias Postscript.{Http, Operation, Response}

@ok_resp %{body: "{\"ok\":true}", headers: [], status_code: 200}
Expand Down

0 comments on commit de58c78

Please sign in to comment.