From a7ce4d9d3c33ac5e1e1ce9a5e7952cb0946aba96 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 11 Apr 2018 10:38:31 -0700 Subject: Being less technically correct --- Example/Storage/Tests/Integration/FIRStorageIntegrationTests.m | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Example') diff --git a/Example/Storage/Tests/Integration/FIRStorageIntegrationTests.m b/Example/Storage/Tests/Integration/FIRStorageIntegrationTests.m index 2e765f6..5b428c1 100644 --- a/Example/Storage/Tests/Integration/FIRStorageIntegrationTests.m +++ b/Example/Storage/Tests/Integration/FIRStorageIntegrationTests.m @@ -12,10 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import #import -#import - #import "FirebaseStorage.h" #import @@ -381,7 +378,7 @@ NSTimeInterval kFIRStorageIntegrationTestTimeout = 30; /// Only allow 1kB size, which is smaller than our file [ref dataWithMaxSize:1 * 1024 completion:^(NSData *data, NSError *error) { - XCTAssertNil(nil); + XCTAssertNil(data); XCTAssertEqual(error.code, FIRStorageErrorCodeDownloadSizeExceeded); [expectation fulfill]; }]; -- cgit v1.2.3