Skip to content

Commit

Permalink
Make tests safe
Browse files Browse the repository at this point in the history
  • Loading branch information
ptoffy committed Sep 11, 2024
1 parent 817fab0 commit bbd7a6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/JWTKitTests/JWTKitTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -862,3 +862,7 @@ g/5ZupoI8k2foTq4OdXJH/hkq4N5AyLp9S/RSodW6X+gexxohtgJxGx0gojotMzX
sb7NLsl7DkvjjxTz7I98xaGbfhofgYympeKT6UO+tmc=
-----END CERTIFICATE-----
"""

#if compiler(>=6.0) && compiler(<=6.0)
extension XCTestCase: @retroactive @unchecked Sendable {}
#endif

0 comments on commit bbd7a6f

Please sign in to comment.