Skip to content

Commit

Permalink
Debugging test not working
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Dec 11, 2023
1 parent 9f4f210 commit e2a2664
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/amqp/gen/producer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ defmodule Amqpx.Gen.Producer do
|> Map.to_list()
|> Keyword.put_new(:name, __MODULE__)

IO.inspect(gen_server_opts)

Check warning on line 42 in lib/amqp/gen/producer.ex

View workflow job for this annotation

GitHub Actions / ci

There should be no calls to IO.inspect/1.

GenServer.start_link(__MODULE__, opts, gen_server_opts)
end

Expand Down

0 comments on commit e2a2664

Please sign in to comment.