Skip to content

Commit 9b3814d

Browse files
committed
Add canary test to check if :workflow-runtime tests are running
1 parent ea0e750 commit 9b3814d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

workflow-runtime/src/commonTest/kotlin/com/squareup/workflow1/RenderingAndSnapshotTest.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ class RenderingAndSnapshotTest {
2121
assertEquals(me, me)
2222
assertNotEquals(me, you)
2323
}
24+
25+
@Test fun `canary test to see if this is running`() {
26+
assertNotEquals(2+2, 4)
27+
}
2428
}

0 commit comments

Comments
 (0)