Skip to content

Commit

Permalink
Merge pull request #97 from square/dhaval/fixRxSwiftTest
Browse files Browse the repository at this point in the history
Switch from deprecated RxSwift API
  • Loading branch information
dhavalshreyas authored Apr 1, 2021
2 parents afa98a8 + 3233348 commit 0c7e623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WorkflowRxSwift/Tests/WorkerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class WorkerTests: XCTestCase {
Observable
.from([1, 2])
.delay(
1 / 1000,
.milliseconds(1),
scheduler: MainScheduler.asyncInstance
)
}
Expand Down

0 comments on commit 0c7e623

Please sign in to comment.