We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589e48c commit 696b86aCopy full SHA for 696b86a
Sources/SnapshotTesting/Internal/Deprecations.swift
@@ -6,7 +6,8 @@ import XCTest
6
@available(
7
*,
8
deprecated,
9
- message: """
+ message:
10
+ """
11
Use 'assertInlineSnapshot(of:)' from the 'InlineSnapshotTesting' module, instead.
12
"""
13
)
@@ -38,7 +39,8 @@ public func _assertInlineSnapshot<Value>(
38
39
40
41
42
43
44
45
46
0 commit comments