Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 3a81f4f

Browse files
committed
Remove ++ from test
1 parent f3c5c57 commit 3a81f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSOperationsTests/PSOperationsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ class PSOperationsTests: XCTestCase {
10421042
let noc = NoCancelledDependencies()
10431043
blockOp.addCondition(noc)
10441044

1045-
opCount++
1045+
opCount += 1
10461046

10471047
q.addOperation(blockOp)
10481048
}

0 commit comments

Comments
 (0)