You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: migrate RFC3339StrategyTests to Swift Testing
Convert the XCTest class to a Swift Testing struct: @test with Korean
description strings, #expect assertions, and parameterized decode cases via
@test(arguments:). Uses @test("...") display names (not Swift 6.2 raw
identifiers) so it compiles on the CI toolchain (Xcode 16.4 / Swift 6.1).
Behavior is unchanged; all encode/decode cases still pass.
0 commit comments