diff --git a/Tests/PrefsKitTypesTests/TestContent Basic.swift b/Tests/PrefsKitTypesTests/TestContent Basic.swift index 91088a2..d923490 100644 --- a/Tests/PrefsKitTypesTests/TestContent Basic.swift +++ b/Tests/PrefsKitTypesTests/TestContent Basic.swift @@ -325,7 +325,7 @@ extension TestContent.Basic { } func exportValue(forKeyPath keyPath: [String], value: Date) throws -> Any { - value.ISO8601Format() + ISO8601DateFormatter().string(from: value) } func exportValue(forKeyPath keyPath: [String], value: NSNumber) throws -> Any {