Adjust testData to *Map transformation
This commit is contained in:
committed by
Mikhail Glukhikh
parent
6fa8083a70
commit
d71b0144d5
+2
-2
@@ -39,8 +39,8 @@ fun box(): String {
|
||||
A.bar = baz + a.foo
|
||||
baz + A.bar
|
||||
|
||||
if (metadatas.keySet().size != 3)
|
||||
return "Fail: only three instances of PropertyMetadata should have been created\n${metadatas.keySet()}"
|
||||
if (metadatas.keys.size != 3)
|
||||
return "Fail: only three instances of PropertyMetadata should have been created\n${metadatas.keys}"
|
||||
|
||||
return "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user