Skip to content

Commit 7cc07ac

Browse files
committed
Rename
1 parent b91f751 commit 7cc07ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample/src/androidTest/java/info/hannes/logcat/LogcatTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class LogcatTest {
3030
)
3131

3232
@Test
33-
fun basicTest() {
33+
fun basicLogcatTest() {
3434
onView(allOf(withContentDescription("Logcat"), withParent(withId(R.id.action_bar)), isDisplayed()))
3535

3636
WaitingAssertion.checkAssertion(R.id.log_recycler, isDisplayed(), 1500)

0 commit comments

Comments
 (0)