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 7c350f6 commit 2156792Copy full SHA for 2156792
Sources/SnapshotTesting/Common/XCTAttachment.swift
@@ -2,7 +2,7 @@
2
import Foundation
3
4
public struct XCTAttachment {
5
- init(data: Data) {}
6
- init(data: Data, uniformTypeIdentifier: String) {}
+ public init(data: Data) {}
+ public init(data: Data, uniformTypeIdentifier: String) {}
7
}
8
#endif
0 commit comments