Skip to content

Commit 3c7784a

Browse files
committed
Fix typo in test
1 parent 4c29bcf commit 3c7784a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TestingTests/AttachmentTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ extension AttachmentTests {
853853
#if canImport(CoreGraphics) && canImport(_Testing_CoreGraphics)
854854
let format3 = AttachableImageFormat(contentType: .tiff)
855855
#elseif canImport(WinSDK) && canImport(_Testing_WinSDK)
856-
let format3 = AttachableImageFormat(encoderCLSID: .CLSID_WICTiffEncoder)
856+
let format3 = AttachableImageFormat(encoderCLSID: CLSID_WICTiffEncoder)
857857
#endif
858858
#expect(format1 == format1)
859859
#expect(format2 == format2)

0 commit comments

Comments
 (0)