updated for objc tests

This commit is contained in:
Tony Tam
2014-09-26 22:52:27 -07:00
parent f2b03d2930
commit ba45641801
8 changed files with 116 additions and 92 deletions

View File

@@ -96,7 +96,7 @@ class JavaModelTest extends FlatSpec with Matchers {
vars.get(1).isContainer should equal (true)
}
it should "convert a model wiht a map property" in {
it should "convert a model with a map property" in {
val model = new ModelImpl()
.description("a sample model")
.property("translations", new MapProperty()