Skip to content

Commit

Permalink
use smaller files for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pappApproved committed Aug 18, 2018
1 parent 2273cac commit ea69c5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions FilestackSDK.xcodeproj/project.pbxproj
Expand Up @@ -1190,10 +1190,12 @@
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_PARAMETER = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MTL_ENABLE_DEBUG_INFO = YES;
Expand Down Expand Up @@ -1246,10 +1248,12 @@
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_PARAMETER = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MTL_ENABLE_DEBUG_INFO = NO;
Expand Down
2 changes: 1 addition & 1 deletion FilestackSDKTests/MultipartUploadTests.swift
Expand Up @@ -162,7 +162,7 @@ class MultipartUploadTests: XCTestCase {
let expectation = self.expectation(description: "request should succeed")

var error: Error?
client.multiPartUpload(from: largeFileUrl) { (resp) in
client.multiPartUpload(from: sampleFileUrl) { (resp) in
error = resp.error
expectation.fulfill()
}
Expand Down

0 comments on commit ea69c5f

Please sign in to comment.