-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(warnings): Fix warnings associated with Elixir 1.17 upgrade #2723
Conversation
…ntroller_test.exs
@@ -87,7 +87,7 @@ defmodule Skate.MixProject do | |||
{:server_sent_event_stage, "~> 1.1.0"}, | |||
{:sobelow, "~> 0.13", only: [:dev, :test], runtime: false}, | |||
{:ssl_verify_fun, "~> 1.1"}, | |||
{:stream_data, "~> 0.6.0", only: :test}, | |||
{:stream_data, "~> 1.1.1", only: :test}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ancient version of stream_data
we were using was calling a deprecated version of register_test
(register_test/4
is deprecated - register_test/6
is the new hotness)
Coverage of commit
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solid, thanks!!
Asana Ticket: https://app.asana.com/0/1152340551558956/1207955284475165/f