break test to make sure travis is now building and catching errors

This commit is contained in:
Joshua Hudson
2017-01-23 22:23:15 -08:00
committed by GitHub
parent 005717dcd9
commit 841fd2ea2e
@@ -178,7 +178,7 @@
NSError *error = nil;
BOOL fileHasValidPassword = [SSZipArchive isPasswordValidForArchiveAtPath:zipPath password:@"passw0rd" error:&error];
BOOL fileHasValidPassword = [SSZipArchive isPasswordValidForArchiveAtPath:zipPath password:@"passw0rd2" error:&error];
XCTAssertTrue(fileHasValidPassword,@"Valid password reports true.");