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 0150852 commit 97afd39Copy full SHA for 97afd39
workflow-testing/src/test/java/com/squareup/workflow1/testing/WorkflowTurbineTest.kt
@@ -2,6 +2,7 @@ package com.squareup.workflow1.testing
2
3
import com.squareup.workflow1.Snapshot
4
import com.squareup.workflow1.StatefulWorkflow
5
+import com.squareup.workflow1.TreeSnapshot
6
import com.squareup.workflow1.Workflow
7
import com.squareup.workflow1.action
8
import com.squareup.workflow1.stateful
@@ -150,7 +151,6 @@ class WorkflowTurbineTest {
150
151
val (value1, _) = awaitNextRendering()
152
assertEquals(1, value1)
153
- // Now consume snapshots - they should be in sync
154
val snapshot0 = awaitNextSnapshot()
155
assertNotNull(snapshot0)
156
0 commit comments