Skip to content

Commit

Permalink
Fixed unit test build on iOS, tvOS, watchOS
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Jan 9, 2025
1 parent 29d4f37 commit 8f2145e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/PrefsKitTypesTests/TestContent Basic.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8f2145e

Please sign in to comment.