Skip to content

Commit

Permalink
Fix warning in ImageViewPerformanceTests on Swift 6
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Apr 28, 2024
1 parent 780ec17 commit 4a7f2b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/NukePerformanceTests/ImageViewPerformanceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import XCTest
import Nuke
import NukeExtensions

@MainActor
class ImageViewPerformanceTests: XCTestCase {
private let dummyCacheRequest = ImageRequest(url: URL(string: "http://test.com/9999999)")!, processors: [ImageProcessors.Resize(size: CGSize(width: 2, height: 2))])

Expand Down

0 comments on commit 4a7f2b1

Please sign in to comment.