Skip to content

Commit 29801c6

Browse files
committed
fix: Add availability checks for Lifetime tests
1 parent bf21c19 commit 29801c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/CombineExtensionsTests/LifetimeTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ struct LifetimeTests {
88
class Object: NSObject {}
99

1010
@Test
11+
@available(watchOS 9.0, tvOS 16.0, *)
1112
func test() async throws {
1213
var object: Object! = Object()
1314

0 commit comments

Comments
 (0)