Skip to content

Commit

Permalink
Remove duplication in comprehensions integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 29, 2024
1 parent e9e4e24 commit deca849
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/elixir/test/elixir/module/types/integration_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -472,15 +472,6 @@ defmodule Module.Types.IntegrationTest do
into: Date.utc_today()
it has type:
-dynamic(%Date{year: term(), month: term(), day: term(), calendar: term()})-
but expected a type that implements the Collectable protocol, it must be one of:
%File.Stream{} or %HashDict{} or %HashSet{} or %IO.Stream{} or %MapSet{} or binary() or
list(term()) or non_struct_map()
hint: the :into option in for-comprehensions use the Collectable protocol to build its result. Either pass a valid data type or implement the protocol accordingly
""",
"""
warning: incompatible value given to :into option in for-comprehension:
Expand Down

0 comments on commit deca849

Please sign in to comment.