Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
Signed-off-by: Cristina Heredia Gómez <mrcrstnherediagmez@gmail.com>
  • Loading branch information
CristinaHG committed Apr 21, 2023
1 parent 38c16cf commit c97ecf8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class NonEmptySeqSuite extends NonEmptyCollectionSuite[Seq, NonEmptySeq, NonEmpt
assert(Seq.empty[Int].toNeSeq == None)
}


test("NonEmptySeq#zip is consistent with Seq#zip") {
forAll { (a: NonEmptySeq[Int], b: NonEmptySeq[Int], f: (Int, Int) => Int) =>
assert(a.zip(b).toSeq === (a.toSeq.zip(b.toSeq)))
Expand Down

0 comments on commit c97ecf8

Please sign in to comment.