Fix up merge errors on tests.

This commit is contained in:
Charlie Savage
2012-07-02 11:30:37 -07:00
committed by Blake Watters
parent f80894baa7
commit ec27cc8bf3

View File

@@ -54,7 +54,8 @@
assertThat(operation, is(instanceOf([RKObjectMappingOperation class])));
}
- (void)testShouldConnectRelationshipsByPrimaryKey {
- (void)testShouldConnectRelationshipsByPrimaryKey
{
/* Connect a new human to a cat */
RKManagedObjectStore *objectStore = [RKTestFactory managedObjectStore];