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 a9cc4b6 commit bfdac1cCopy full SHA for bfdac1c
src/test/scala/exercises/stdlib/MapSpec.scala
@@ -72,6 +72,15 @@ class MapsSpec extends Spec with Checkers {
72
)
73
}
74
75
+ def `map default value access` = {
76
+ check(
77
+ Test.testSuccess(
78
+ Maps.defaultValuesMayBeProvidedMaps _,
79
+ "missing data" :: "missing data" :: HNil
80
+ )
81
82
+ }
83
+
84
def `map element removal` = {
85
check(
86
Test.testSuccess(
0 commit comments