Skip to content

Commit ac89d2f

Browse files
authored
Fix tests
1 parent 310d2cb commit ac89d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/scalatutorial/sections/TermsAndTypesSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ class TermsAndTypesSpec extends RefSpec with Checkers {
3131
check(Test.testSuccess(TermsAndTypes.methods _, "HELLO, SCALA!" :: 42 :: HNil))
3232

3333
def `check more methods`(): Unit =
34-
check(Test.testSuccess(TermsAndTypes.moreMethods _, "10" :: false :: "ba" :: HNil))
34+
check(Test.testSuccess(TermsAndTypes.moreMethods _, "10" :: true :: false :: "oo" :: "ba" :: HNil))
3535

3636
}

0 commit comments

Comments
 (0)