You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FirestoreSharedSwift] Write base64 decode test as throwing XCTest (#10638)
Simplified the error handling in testDecodingBase64StringAsBlobData by making it a throwing test. As a side-effect this will prevent the test from continuing if an earlier step throws (similar to `continueAfterFailure` set to `false`).
Updated to use XCTUnwrap to explicitly check for optionals when performing type coercion.
0 commit comments