File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public func assertSnapshot<Value, Format>(
5656///
5757/// - Parameters:
5858/// - value: A value to compare against a reference.
59- /// - snapshotting : A dictionary of names and strategies for serializing, deserializing, and comparing values.
59+ /// - strategies : A dictionary of names and strategies for serializing, deserializing, and comparing values.
6060/// - recording: Whether or not to record a new reference.
6161/// - timeout: The amount of time a snapshot must be generated in.
6262/// - file: The file in which failure occurred. Defaults to the file name of the test case in which this function was called.
@@ -90,7 +90,7 @@ public func assertSnapshots<Value, Format>(
9090///
9191/// - Parameters:
9292/// - value: A value to compare against a reference.
93- /// - snapshotting : An array of strategies for serializing, deserializing, and comparing values.
93+ /// - strategies : An array of strategies for serializing, deserializing, and comparing values.
9494/// - recording: Whether or not to record a new reference.
9595/// - timeout: The amount of time a snapshot must be generated in.
9696/// - file: The file in which failure occurred. Defaults to the file name of the test case in which this function was called.
You can’t perform that action at this time.
0 commit comments