We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3d526 commit ab8c9f4Copy full SHA for ab8c9f4
Sources/XCTestDynamicOverlay/XCTFail.swift
@@ -86,7 +86,7 @@ import Foundation
86
87
━━┉┅
88
Note: This failure was emitted from tests running in a host application\
89
- \(Bundle.main.bundleIdentifier.map { " (\($0))" }).
+ \(Bundle.main.bundleIdentifier.map { " (\($0))" } ?? "").
90
91
This can lead to false positives, where failures could have emitted from live application \
92
code at launch time, and not from the current test.
0 commit comments