Skip to content

Commit 7da28f0

Browse files
committed
Log attachment path at default verbosity
1 parent bf935c5 commit 7da28f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/Events/Recorder/Event.HumanReadableOutputRecorder.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ extension Event.HumanReadableOutputRecorder {
466466
stringValue: "Attached '\(attachment.preferredName)' to \(testName)."
467467
)
468468
]
469-
if verbosity > 0, let path = attachment.fileSystemPath {
469+
if let path = attachment.fileSystemPath {
470470
result.append(
471471
Message(
472472
symbol: .details,

0 commit comments

Comments
 (0)