Skip to content

Commit

Permalink
Update lib/broadway.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 7, 2023
1 parent 4823c01 commit f77385c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/broadway.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1177,8 +1177,8 @@ defmodule Broadway do
@test_batch_options_schema NimbleOptions.new!(test_batch_options_schema)

@test_message_options_schema test_batch_options_schema
|> Keyword.delete(:batch_mode)
|> NimbleOptions.new!()
|> Keyword.delete(:batch_mode)
|> NimbleOptions.new!()

@doc """
Sends a test message through the Broadway pipeline.
Expand Down

0 comments on commit f77385c

Please sign in to comment.