Skip to content

Commit af6ec15

Browse files
committed
Fix assertion description
1 parent 75c1ea6 commit af6ec15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project/JSONAPITests/JSONAPITests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ - (void)testEmptyRelationship {
247247

248248
NewsFeedPostResource *testPost = jsonAPI.resource;
249249

250-
XCTAssertNil(testPost.publisher, @"Test post's attachments should not be nil");
250+
XCTAssertNil(testPost.publisher, @"Test post's publisher should be nil");
251251

252252
XCTAssertNotNil(testPost.attachments, @"Test post's attachments should not be nil");
253253
XCTAssertEqual(testPost.attachments.count, 1, @"Test post's attachments should contain 1 object");

0 commit comments

Comments
 (0)