Skip to content

Commit aa0dc32

Browse files
committed
Swift format
1 parent 163d855 commit aa0dc32

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
@@ -729,7 +729,7 @@ final class JobsTests: XCTestCase {
729729
group.addTask {
730730
try await serviceGroup.run()
731731
}
732-
732+
733733
let processingJobCount = try await jobQueue.queue.getJobs(withStatus: .processing)
734734
// Job 2 has been processed
735735
XCTAssertEqual(processingJobCount.count, 0)

0 commit comments

Comments
 (0)