Skip to content

Commit

Permalink
Fix Ubuntu queue priority not set
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Apr 3, 2024
1 parent 7f8a039 commit 414ebad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/QueuerTests/SchedulerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import Dispatch
import XCTest

internal class SchedulerTests: XCTestCase {
#if !os(Linux)
internal func testInitWithoutHandler() {
let testExpectation = expectation(description: "Init Without Handler")
var order: [Int] = []
Expand Down Expand Up @@ -68,7 +69,6 @@ internal class SchedulerTests: XCTestCase {
}
}

#if !os(Linux)
internal func testCancel() {
let testExpectation = expectation(description: "Init Without Handler")
var order: [Int] = []
Expand Down

0 comments on commit 414ebad

Please sign in to comment.