fix merge compile errors

This commit is contained in:
John Rommel Estropia
2017-06-11 09:33:25 +09:00
parent 5eb5476e3a
commit 3b735d07ec
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ class DynamicModelTests: BaseTestDataTestCase {
XCTAssertTrue(person.pets.value.isEmpty)
XCTAssertEqual(
object_getClass(person.rawObject!).keyPathsForValuesAffectingValue(forKey: "displayName"),
type(of: person.rawObject!).keyPathsForValuesAffectingValue(forKey: "displayName"),
["title", "name"]
)