Skip to content

Commit ab8c9f4

Browse files
authored
Update XCTFail.swift
1 parent 4d3d526 commit ab8c9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XCTestDynamicOverlay/XCTFail.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ import Foundation
8686
8787
━━┉┅
8888
Note: This failure was emitted from tests running in a host application\
89-
\(Bundle.main.bundleIdentifier.map { " (\($0))" }).
89+
\(Bundle.main.bundleIdentifier.map { " (\($0))" } ?? "").
9090
9191
This can lead to false positives, where failures could have emitted from live application \
9292
code at launch time, and not from the current test.

0 commit comments

Comments
 (0)