Skip to content

Commit 0fc6ec2

Browse files
committed
Test should have been commented out.
1 parent 8d065a4 commit 0fc6ec2

File tree

1 file changed

+1
-1
lines changed
  • first-class-functions/src/test/scala/scalaexamples/firstclassfunctions

1 file changed

+1
-1
lines changed

first-class-functions/src/test/scala/scalaexamples/firstclassfunctions/PersonTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class PersonTest extends EmptyTest {
8383
}
8484
}
8585

86-
@Test
86+
// @Test
8787
def testFindEmailAddressesByName {
8888
// Find the e-mail addresses of the person named "Alf". Here you must first find the person,
8989
// then map the collection to a different type

0 commit comments

Comments
 (0)