Skip to content

Commit 2156792

Browse files
broadwaylambstephencelis
authored andcommitted
Make XCTAttachment's initializers public (#159)
1 parent 7c350f6 commit 2156792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SnapshotTesting/Common/XCTAttachment.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import Foundation
33

44
public struct XCTAttachment {
5-
init(data: Data) {}
6-
init(data: Data, uniformTypeIdentifier: String) {}
5+
public init(data: Data) {}
6+
public init(data: Data, uniformTypeIdentifier: String) {}
77
}
88
#endif

0 commit comments

Comments
 (0)