Skip to content

Commit c9032fc

Browse files
committed
debug
1 parent 5125b26 commit c9032fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FirebaseStorage/Tests/Integration/StorageAsyncAwait.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ import XCTest
286286
XCTAssertEqual(actualMetadata.customTime, expectedCustomTime)
287287
XCTAssertEqual(actualMetadata.md5Hash?.count, 24)
288288
for (key, value) in expectedCustomMetadata {
289+
print("key is \(key), value is \(value)")
289290
XCTAssertEqual(actualMetadata.customMetadata![key], value, key)
290291
}
291292
}

0 commit comments

Comments
 (0)