We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6929ec2 commit f95166dCopy full SHA for f95166d
Workflow/Tests/ConcurrencyTests.swift
@@ -160,7 +160,10 @@ final class ConcurrencyTests: XCTestCase {
160
let secondScreen = host.rendering.value
161
XCTAssertEqual(1, secondScreen.count)
162
163
- // Calling `update` uses the original sink.
+ // Calling `update` uses the original sink. Historically this would be expected
164
+ // to trigger a fatal error, but as of https://github.com/square/workflow-swift/pull/189
165
+ // the internal event handling infrastructure is expected to have been
166
+ // torn down by this point, so this should just no-op.
167
initialScreen.update()
168
169
// If the sink *was* still valid, this would be correct. However, it should just fail and be `1` still.
0 commit comments