Skip to content

Commit 42fa56d

Browse files
committed
Fix testErrorRetryCount after changes in swift-jobs
1 parent f7ad107 commit 42fa56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/JobsPostgresTests/JobsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ final class JobsTests: XCTestCase {
407407
struct TestParameters: JobParameters {
408408
static let jobName = "testErrorRetryCount"
409409
}
410-
let expectation = XCTestExpectation(description: "TestJob.execute was called", expectedFulfillmentCount: 4)
410+
let expectation = XCTestExpectation(description: "TestJob.execute was called", expectedFulfillmentCount: 3)
411411
struct FailedError: Error {}
412412
try await self.testJobQueue(numWorkers: 1) { jobQueue in
413413
jobQueue.registerJob(

0 commit comments

Comments
 (0)