Skip to content

Commit f8fea8d

Browse files
committed
fix: missing a default value
1 parent f760e8f commit f8fea8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SnapshotTesting/AssertSnapshot.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public var _imageFormat: ImageSerializationFormat {
4141
}
4242

4343
@_spi(Internals)
44-
public var __imageFormat: ImageSerializationFormat = .png
44+
public var __imageFormat: ImageSerializationFormat = .defaultValue
4545

4646

4747
/// Enhances failure messages with a command line diff tool expression that can be copied and pasted

0 commit comments

Comments
 (0)