Skip to content

Commit

Permalink
test: fix handler
Browse files Browse the repository at this point in the history
  • Loading branch information
borgoat committed Oct 4, 2022
1 parent 9e94329 commit a51b146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ex_twelve_data/realtime_prices_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule ExTwelveData.RealtimePricesTest do
test "handle price update" do
RealTimePrices.handle_frame(
{:text, ~s({"event": "price"})},
%{mod: SamplePriceUpdateHandler}
%{handler: SamplePriceUpdateHandler}
)
end
end

0 comments on commit a51b146

Please sign in to comment.