File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
.swiftpm/xcode/xcshareddata/xcschemes
FirebaseStorage/Tests/Unit Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
7
7
buildImplicitDependencies = " YES" >
8
+ <BuildActionEntries >
9
+ <BuildActionEntry
10
+ buildForTesting = " YES"
11
+ buildForRunning = " NO"
12
+ buildForProfiling = " NO"
13
+ buildForArchiving = " NO"
14
+ buildForAnalyzing = " YES" >
15
+ <BuildableReference
16
+ BuildableIdentifier = " primary"
17
+ BlueprintIdentifier = " StorageUnit"
18
+ BuildableName = " StorageUnit"
19
+ BlueprintName = " StorageUnit"
20
+ ReferencedContainer = " container:" >
21
+ </BuildableReference >
22
+ </BuildActionEntry >
23
+ </BuildActionEntries >
8
24
</BuildAction >
9
25
<TestAction
10
26
buildConfiguration = " Debug"
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ - (void)testReferenceWithNilFileURLFailsWithCompletion {
193
193
NSString *tempFilePath = [NSTemporaryDirectory () stringByAppendingPathComponent: @" temp.data" ];
194
194
FIRStorageReference *ref = [self .storage referenceWithPath: tempFilePath];
195
195
196
- NSURL *dummyFileURL = nil ;
196
+ NSURL *dummyFileURL = [ NSURL URLWithString: @" bad-url " ] ;
197
197
198
198
XCTestExpectation *expectation = [self expectationWithDescription: @" completionExpectation" ];
199
199
You can’t perform that action at this time.
0 commit comments