Skip to content

Commit

Permalink
Fix broken test in SSZipArchiveTests.m
Browse files Browse the repository at this point in the history
  • Loading branch information
jhudsonWA authored Jan 24, 2017
1 parent 83e1264 commit e3fdfed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ - (void)testValidatePassword {

NSError *error = nil;

BOOL fileHasValidPassword = [SSZipArchive isPasswordValidForArchiveAtPath:zipPath password:@"passw0rd2" error:&error];
BOOL fileHasValidPassword = [SSZipArchive isPasswordValidForArchiveAtPath:zipPath password:@"passw0rd" error:&error];

XCTAssertTrue(fileHasValidPassword,@"Valid password reports false.");

Expand Down

0 comments on commit e3fdfed

Please sign in to comment.