Skip to content

Commit

Permalink
Fix build on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Apr 21, 2024
1 parent 648d66d commit e98cc61
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ class ImagePipelineCoalescingTests: XCTestCase {

// MARK: - Scale

#if !os(macOS)
func testOverridingImageScale() throws {
dataLoader.queue.isSuspended = true

Expand All @@ -154,6 +155,7 @@ class ImagePipelineCoalescingTests: XCTestCase {

XCTAssertEqual(self.dataLoader.createdTaskCount, 1)
}
#endif

// MARK: - Thumbnail

Expand Down

0 comments on commit e98cc61

Please sign in to comment.