Skip to content

Commit deca849

Browse files
committed
Remove duplication in comprehensions integration tests
1 parent e9e4e24 commit deca849

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/elixir/test/elixir/module/types/integration_test.exs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -472,15 +472,6 @@ defmodule Module.Types.IntegrationTest do
472472
into: Date.utc_today()
473473
474474
it has type:
475-
476-
-dynamic(%Date{year: term(), month: term(), day: term(), calendar: term()})-
477-
478-
but expected a type that implements the Collectable protocol, it must be one of:
479-
480-
%File.Stream{} or %HashDict{} or %HashSet{} or %IO.Stream{} or %MapSet{} or binary() or
481-
list(term()) or non_struct_map()
482-
483-
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
484475
""",
485476
"""
486477
warning: incompatible value given to :into option in for-comprehension:

0 commit comments

Comments
 (0)