fix(test): HomeContentRenderSmokeTest nested-comment (components/* opened a block comment)

'ui/home/components/*' in the KDoc contains a /* sequence, which Kotlin treats as
a NESTED block-comment opener (Kotlin nests block comments) -> unclosed comment.
Reworded. androidTest now compiles. (App was never affected.)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
null 2026-07-11 20:49:06 -05:00
parent 1eacf36d81
commit ed0aa4d3b3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import org.junit.runner.RunWith
/**
* Instrumented render smoke for the Home screen the on-device net for the "composes fine, crashes
* on first paint" class that JVM unit tests and static scanners can't catch. Created alongside the
* HomeScreen decomposition (1921 -> 614 lines across ui/home/components/*) so any future extraction
* HomeScreen decomposition (1921 -> 614 lines across the ui/home/components package) so any extraction
* or @Immutable change that breaks Home rendering is caught.
*
* Renders the self-contained, VM-free `PairedHomePreviewScreen` (which builds demo HomeUiState and