We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fb062 commit e761250Copy full SHA for e761250
1 file changed
Tests/NaiveDateFormatStyleTests.swift
@@ -2,6 +2,7 @@ import Foundation
2
import XCTest
3
import NaiveDate
4
5
+@available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *)
6
final class NaiveDateFormatStyleTest: XCTestCase {
7
func testFormattedNaiveDateAgainstDate_withoutParameters() throws {
8
let naiveDate = NaiveDate(year: 2024, month: 8, day: 12)
0 commit comments