File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ - (void)testSerializeComplex {
176
176
XCTAssertNil (json[@" relationships" ][@" author" ][@" first-name" ], @" Bad link!" );
177
177
178
178
XCTAssertNotNil (json[@" relationships" ][@" comments" ], @" Did not create links!" );
179
- XCTAssertTrue ([json[@" relationships" ][@" comments" ][@" data" ] isKindOfClass: [NSArray class ]], @" Comments should be array!." );
180
- XCTAssertEqual ([json[@" relationships" ][@" comments" ][@" data" ] count ], 2 , @" Comments should have 1 element !." );
179
+ XCTAssertTrue ([json[@" relationships" ][@" comments" ][@" data" ] isKindOfClass: [NSArray class ]], @" Comments data should be array!." );
180
+ XCTAssertEqual ([json[@" relationships" ][@" comments" ][@" data" ] count ], 2 , @" Comments should have 2 elements !." );
181
181
}
182
182
183
183
- (void )testCreate {
You can’t perform that action at this time.
0 commit comments