Skip to content

Commit

Permalink
add: underscore to unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rhblind committed Sep 20, 2024
1 parent 7dcd011 commit 45fdd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/off_broadway/emqtt/producer_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ defmodule OffBroadway.EMQTT.ProducerTest do

Process.sleep(100)

for message <- 1..5 do
for _message <- 1..5 do
assert_receive {:message_handled, _, _}
end

Expand Down

0 comments on commit 45fdd6c

Please sign in to comment.