aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Storage/Tests
diff options
context:
space:
mode:
authorGravatar davidair <davidair@users.noreply.github.com>2018-01-08 10:41:25 -0500
committerGravatar GitHub <noreply@github.com>2018-01-08 10:41:25 -0500
commita84704f65b4134f45ca6e2dad2e885ff36731207 (patch)
treee8bdaa285ba1c766681e10f785a927dac2c9e48f /Example/Storage/Tests
parent9d15d0dee7d403f989bd0360e17b8862ea32d3ec (diff)
Removing an obsolete setting from plist files (#617)
* Removing an obsolete setting from plist files * Fixing Unit Tests * Fixing nullability
Diffstat (limited to 'Example/Storage/Tests')
-rw-r--r--Example/Storage/Tests/Unit/FIRStorageTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Storage/Tests/Unit/FIRStorageTests.m b/Example/Storage/Tests/Unit/FIRStorageTests.m
index 503ac94..4086f62 100644
--- a/Example/Storage/Tests/Unit/FIRStorageTests.m
+++ b/Example/Storage/Tests/Unit/FIRStorageTests.m
@@ -79,7 +79,7 @@
}
- (void)testInitWithNilURL {
- XCTAssertThrows([FIRStorage storageForApp:self.app URL:nil]);
+ XCTAssertThrows([FIRStorage storageForApp:self.app URL:(id _Nonnull)nil]);
}
- (void)testInitWithPath {