From 841fd2ea2e7cc7a3bcdd64d0fe0cf32141ef207c Mon Sep 17 00:00:00 2001 From: Joshua Hudson Date: Mon, 23 Jan 2017 22:23:15 -0800 Subject: [PATCH] break test to make sure travis is now building and catching errors --- ObjectiveCExample/ObjectiveCExampleTests/SSZipArchiveTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObjectiveCExample/ObjectiveCExampleTests/SSZipArchiveTests.m b/ObjectiveCExample/ObjectiveCExampleTests/SSZipArchiveTests.m index bd9ccb1..a51cd66 100644 --- a/ObjectiveCExample/ObjectiveCExampleTests/SSZipArchiveTests.m +++ b/ObjectiveCExample/ObjectiveCExampleTests/SSZipArchiveTests.m @@ -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.");