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 a3e3e28 commit 7358064Copy full SHA for 7358064
workflow-testing/src/test/java/com/squareup/workflow1/testing/RealRenderTesterTest.kt
@@ -744,7 +744,8 @@ internal class RealRenderTesterTest {
744
// Suppress runningWorker in this test as we are testing the
745
// uniqueness of workers using similar objects as keys
746
@Suppress("DEPRECATION")
747
- @Test fun `runningWorker distinguishes between specific Nothing workers`() {
+ @Test
748
+ fun `runningWorker distinguishes between specific Nothing workers`() {
749
val workerA = object : LifecycleWorker() {}
750
val workerB = object : LifecycleWorker() {}
751
0 commit comments