Skip to content

Commit 97afd39

Browse files
committed
Address PR comments: remove wrong comment
1 parent 0150852 commit 97afd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-testing/src/test/java/com/squareup/workflow1/testing/WorkflowTurbineTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package com.squareup.workflow1.testing
22

33
import com.squareup.workflow1.Snapshot
44
import com.squareup.workflow1.StatefulWorkflow
5+
import com.squareup.workflow1.TreeSnapshot
56
import com.squareup.workflow1.Workflow
67
import com.squareup.workflow1.action
78
import com.squareup.workflow1.stateful
@@ -150,7 +151,6 @@ class WorkflowTurbineTest {
150151
val (value1, _) = awaitNextRendering()
151152
assertEquals(1, value1)
152153

153-
// Now consume snapshots - they should be in sync
154154
val snapshot0 = awaitNextSnapshot()
155155
assertNotNull(snapshot0)
156156

0 commit comments

Comments
 (0)