We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c1ea6 commit af6ec15Copy full SHA for af6ec15
Project/JSONAPITests/JSONAPITests.m
@@ -247,7 +247,7 @@ - (void)testEmptyRelationship {
247
248
NewsFeedPostResource *testPost = jsonAPI.resource;
249
250
- XCTAssertNil(testPost.publisher, @"Test post's attachments should not be nil");
+ XCTAssertNil(testPost.publisher, @"Test post's publisher should be nil");
251
252
XCTAssertNotNil(testPost.attachments, @"Test post's attachments should not be nil");
253
XCTAssertEqual(testPost.attachments.count, 1, @"Test post's attachments should contain 1 object");
0 commit comments