Skip to content

Commit c2b8d9e

Browse files
committed
removed warning for the deprecated operator
1 parent 1f4da45 commit c2b8d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/DemoTests/ActionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class ActionTests: QuickSpec {
214214
it("only subscribes to observable returned from work factory once") {
215215
var invocations = 0
216216
let subject = Action<Void, Void>(workFactory: { _ in
217-
invocations++
217+
invocations += 1
218218
return .empty()
219219
})
220220

0 commit comments

Comments
 (0)