Skip to content

Commit

Permalink
Guard for test as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Mar 29, 2024
1 parent bbfbda6 commit 74ca134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/NSUITests/ColorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import XCTest
import NSUI

final class ColorTests: XCTestCase {
@available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *)
func testInit() {
let _ = Color(nsuiColor: NSUIColor.red)
}
Expand Down

0 comments on commit 74ca134

Please sign in to comment.