File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Sources/Testing/Attachments/Images Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4545/// Instead, the testing library provides additional initializers on [`Attachment`](https://developer.apple.com/documentation/testing/attachment)
4646/// that take instances of such types and handle converting them to image data when needed.
4747///
48- /// You do not generally need to add your own conformances to this protocol. If
49- /// you have an image in another format that needs to be attached to a test,
50- /// first convert it to an instance of one of the types above .
48+ /// You do not generally need to add your own conformances to this protocol. For
49+ /// a list of types that automatically conform to this protocol, see
50+ /// <doc:Attachments#Attach-images> .
5151///
5252/// @Metadata {
5353/// @Available(Swift, introduced: 6.3)
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ struct ZipTests {
2323
2424 @Test ( " All elements of two ranges are equal " , arguments: zip ( 0 ..< 10 , 0 ..< 10 ) )
2525 func allElementsEqual( i: Int , j: Int ) {
26+ print ( Environment . get ( ) )
2627 #expect( i == j)
2728 }
2829}
You can’t perform that action at this time.
0 commit comments