Skip to content

Commit 510f445

Browse files
committed
Log attachment path at default verbosity
1 parent 8befa85 commit 510f445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)