Skip to content

Commit 27b3623

Browse files
committed
Merge branch 'fasit'
2 parents a34782c + d833bdd commit 27b3623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pattern-matching/src/test/scala/scalaexamples/patternmatching/ListMatchingTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class ListMatchingTest extends EmptyTest {
4848
case _ => "failed"
4949
}
5050

51-
assertEquals(nestedList(0), mathedElement)
51+
assertEquals(list, mathedElement)
5252
}
5353

5454
// @Test

0 commit comments

Comments
 (0)