diff --git a/app/src/androidTest/java/app/closer/ui/home/HomeContentRenderSmokeTest.kt b/app/src/androidTest/java/app/closer/ui/home/HomeContentRenderSmokeTest.kt index ed315c63..ae8564f4 100644 --- a/app/src/androidTest/java/app/closer/ui/home/HomeContentRenderSmokeTest.kt +++ b/app/src/androidTest/java/app/closer/ui/home/HomeContentRenderSmokeTest.kt @@ -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