We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b3b47 commit abe668aCopy full SHA for abe668a
src/test/scala/stdlib/ObjectsSpec.scala
@@ -11,7 +11,7 @@ class ObjectsSpec extends Spec with Checkers {
11
check(
12
Test.testSuccess(
13
Objects.singletonObjects _,
14
- "Hi" :: "Hola" :: "Hallo" :: "Szia" :: HNil
+ "Hi" :: "Hola" :: HNil
15
)
16
17
}
@@ -48,7 +48,7 @@ class ObjectsSpec extends Spec with Checkers {
48
49
50
Objects.privateValuesObjects _,
51
- "Superman" :: "Spiderman" :: "Batman" :: "Wonder Woman" :: HNil
+ "Superman" :: "Spiderman" :: HNil
52
53
54
0 commit comments