Skip to content

Commit

Permalink
Merge pull request #1857 from LukaJCB/patch-2
Browse files Browse the repository at this point in the history
Fix typo (Foldabale => Foldable)
  • Loading branch information
fthomas authored Aug 26, 2017
2 parents d9a013a + 7f3d945 commit 08493fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/scala/cats/tests/NonEmptyListTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class NonEmptyListTests extends CatsSuite {
}
}

test("NonEmptyList#fromFoldabale is consistent with NonEmptyList#fromList") {
test("NonEmptyList#fromFoldable is consistent with NonEmptyList#fromList") {
forAll { (xs: List[Int]) =>
NonEmptyList.fromList(xs) should === (NonEmptyList.fromFoldable(xs))
}
Expand Down

0 comments on commit 08493fb

Please sign in to comment.