Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix a failure description
Browse files Browse the repository at this point in the history
  • Loading branch information
skyline75489 committed Jul 13, 2017
1 parent 0840d05 commit 158dc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Tests/AFXMLDocumentResponseSerializerTests.m
Expand Up @@ -83,7 +83,7 @@ - (void)testThatXMLDocumentResponseSerializerReturnsErrorForInvalidXML {
NSError *error = nil;
[self.responseSerializer responseObjectForResponse:response data:[@"<foo" dataUsingEncoding:NSUTF8StringEncoding] error:&error];

XCTAssertNotNil(error, @"Serialization error should be nil");
XCTAssertNotNil(error, @"Serialization error should not be nil");
}

- (void)testThatXMLDocumentResponseSerializerCanBeCopied {
Expand Down

0 comments on commit 158dc56

Please sign in to comment.