diff --git a/test/ex_twelve_data/realtime_prices_test.exs b/test/ex_twelve_data/realtime_prices_test.exs index 01659a4..1a99bd2 100644 --- a/test/ex_twelve_data/realtime_prices_test.exs +++ b/test/ex_twelve_data/realtime_prices_test.exs @@ -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