Skip to content

Commit f13a134

Browse files
authored
Fix doc comment (#636)
1 parent 0ee60e4 commit f13a134

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SnapshotTesting/AssertInlineSnapshot.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import XCTest
1717
/// - timeout: The amount of time a snapshot must be generated in.
1818
/// - reference: The expected output of snapshotting.
1919
/// - file: The file in which failure occurred. Defaults to the file name of the test case in which this function was called.
20+
/// - testName: The name of the test in which failure occurred. Defaults to the function name of the test case in which this function was called.
2021
/// - line: The line number on which failure occurred. Defaults to the line number on which this function was called.
2122
public func _assertInlineSnapshot<Value>(
2223
matching value: @autoclosure () throws -> Value,

0 commit comments

Comments
 (0)