diff --git a/Sources/SnapshotTesting/AssertSnapshot.swift b/Sources/SnapshotTesting/AssertSnapshot.swift index 552077e49..ca614af05 100644 --- a/Sources/SnapshotTesting/AssertSnapshot.swift +++ b/Sources/SnapshotTesting/AssertSnapshot.swift @@ -151,7 +151,7 @@ public func assertSnapshots( /// /// let snapshotDirectory = ProcessInfo.processInfo.environment["SNAPSHOT_REFERENCE_DIR"]! + "/" + #file /// let failure = verifySnapshot( -/// of: value, +/// of: try value(), /// as: snapshotting, /// named: name, /// record: recording,