fix(test): HomeContentRenderSmokeTest unclosed-comment (emoji in KDoc broke Kotlin lexer)

The prior commit's androidTest didn't compile — a stop-sign emoji in the KDoc
tripped the Kotlin lexer ('Unclosed comment'). Replaced with plain text. App was
never affected (androidTest isn't in the APK); this restores connectedAndroidTest.

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

View File

@ -20,8 +20,8 @@ import org.junit.runner.RunWith
* cluster (header, status strip, primary card, action feed, pending, category grid). Both light and * cluster (header, status strip, primary card, action feed, pending, category grid). Both light and
* dark are covered (Home has decoupled theme art + per-theme colors). * dark are covered (Home has decoupled theme art + per-theme colors).
* *
* Run on a THROWAWAY emulator only connectedDebugAndroidTest uninstalls the app-under-test, * WARNING: Run on a THROWAWAY emulator only - connectedDebugAndroidTest uninstalls the
* which WIPES fixture data. Never run against the 5554/5556 fixture couple. * app-under-test, which WIPES fixture data. Never run against the 5554/5556 fixture couple.
* ANDROID_SERIAL=emulator-5558 ./gradlew :app:connectedDebugAndroidTest * ANDROID_SERIAL=emulator-5558 ./gradlew :app:connectedDebugAndroidTest
*/ */
@RunWith(AndroidJUnit4::class) @RunWith(AndroidJUnit4::class)