Skip to content

Commit 7358064

Browse files
crocsandcoffeegithub-actions[bot]
authored andcommitted
Apply changes from ktLintFormat
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a3e3e28 commit 7358064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,8 @@ internal class RealRenderTesterTest {
744744
// Suppress runningWorker in this test as we are testing the
745745
// uniqueness of workers using similar objects as keys
746746
@Suppress("DEPRECATION")
747-
@Test fun `runningWorker distinguishes between specific Nothing workers`() {
747+
@Test
748+
fun `runningWorker distinguishes between specific Nothing workers`() {
748749
val workerA = object : LifecycleWorker() {}
749750
val workerB = object : LifecycleWorker() {}
750751

0 commit comments

Comments
 (0)