Skip to content

Commit 0b9826b

Browse files
committed
wip
1 parent 9125d57 commit 0b9826b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/SnapshotTesting/SnapshotTestingConfiguration.swift

+5
Original file line numberDiff line numberDiff line change
@@ -156,26 +156,31 @@ extension SnapshotTestingConfiguration.Record: ExpressibleByBooleanLiteral {
156156
@available(
157157
iOS,
158158
deprecated: 9999,
159+
renamed: "SnapshotTestingConfiguration.DiffTool.default",
159160
message: "Use '.default' instead of a 'nil' value for 'diffTool'."
160161
)
161162
@available(
162163
macOS,
163164
deprecated: 9999,
165+
renamed: "SnapshotTestingConfiguration.DiffTool.default",
164166
message: "Use '.default' instead of a 'nil' value for 'diffTool'."
165167
)
166168
@available(
167169
tvOS,
168170
deprecated: 9999,
171+
renamed: "SnapshotTestingConfiguration.DiffTool.default",
169172
message: "Use '.default' instead of a 'nil' value for 'diffTool'."
170173
)
171174
@available(
172175
watchOS,
173176
deprecated: 9999,
177+
renamed: "SnapshotTestingConfiguration.DiffTool.default",
174178
message: "Use '.default' instead of a 'nil' value for 'diffTool'."
175179
)
176180
@available(
177181
visionOS,
178182
deprecated: 9999,
183+
renamed: "SnapshotTestingConfiguration.DiffTool.default",
179184
message: "Use '.default' instead of a 'nil' value for 'diffTool'."
180185
)
181186
extension SnapshotTestingConfiguration.DiffTool: ExpressibleByNilLiteral {

0 commit comments

Comments
 (0)