Skip to content

Commit

Permalink
Change test name to correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspik committed Sep 13, 2018
1 parent af23240 commit 9bb8ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Tests/AFHTTPSessionManagerTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ - (void)tearDown {
}

#pragma mark - init
- (void)testSharedManagerIsNotEqualToInitdManager {
- (void)testSharedManagerIsNotEqualToInitedManager {
XCTAssertFalse([[AFHTTPSessionManager manager] isEqual:self.sessionManager]);
}

Expand Down

0 comments on commit 9bb8ea7

Please sign in to comment.