diff --git a/feature/post/src/androidTest/java/ytemplate/android/feature/post/ui/TestNewLocalPostScreen.kt b/feature/post/src/androidTest/java/ytemplate/android/feature/post/ui/TestNewLocalPostScreen.kt index 5d36993..0cb49f7 100644 --- a/feature/post/src/androidTest/java/ytemplate/android/feature/post/ui/TestNewLocalPostScreen.kt +++ b/feature/post/src/androidTest/java/ytemplate/android/feature/post/ui/TestNewLocalPostScreen.kt @@ -31,7 +31,7 @@ class TestNewLocalPostScreen { } @Test - fun testCreateNewPost(){ + fun testCreateNewPost() { composeTestRule.setContent { YTemplateTheme { ShowCreatePostOption(Modifier) {