Skip to content

Commit

Permalink
Rename handler
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorn committed Oct 31, 2023
1 parent 900cbdc commit 6139d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/avx/demuxer_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule AVx.DemuxerTest do
pid =
start_link_supervised!(
{ThousandIsland,
[port: 0, handler_module: Support.TiHandler, handler_options: %{path: @input}]}
[port: 0, handler_module: Support.Handler, handler_options: %{path: @input}]}
)

{:ok, {_, port}} = ThousandIsland.listener_info(pid)
Expand Down
2 changes: 1 addition & 1 deletion test/support.ex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule Support do
end
end

defmodule Support.TiHandler do
defmodule Support.Handler do
use ThousandIsland.Handler

@impl ThousandIsland.Handler
Expand Down

0 comments on commit 6139d3d

Please sign in to comment.