Skip to content

Commit

Permalink
fix: remove IO.inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmoldrich committed Nov 16, 2024
1 parent a777018 commit 8f5fe07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/lib/bamboo/attachments_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ defmodule Bamboo.AttachmentTest do
content_id: "<12387432>",
headers: [content_disposition: "inline", x_attachment_id: "12387432"]
)
|> IO.inspect()

assert attachment.content_id == "<12387432>"
assert [content_disposition: "inline", x_attachment_id: "12387432"] = attachment.headers
Expand Down

0 comments on commit 8f5fe07

Please sign in to comment.