Skip to content

Commit 55c3963

Browse files
committed
Cosmetic
1 parent d541e9d commit 55c3963

File tree

1 file changed

+1
-1
lines changed
  • MPChartExample/src/androidTest/java/com/xxmassdeveloper/mpchartexample

1 file changed

+1
-1
lines changed

MPChartExample/src/androidTest/java/com/xxmassdeveloper/mpchartexample/ViewPagerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ViewPagerTest {
3030
.writeToTestStorage("${javaClass.simpleName}_${nameRule.methodName}")
3131

3232
repeat(4) {
33-
onView(withId(R.id.pager)).perform(swipeLeft());
33+
onView(withId(R.id.pager)).perform(swipeLeft())
3434
onView(ViewMatchers.isRoot())
3535
.captureToBitmap()
3636
.writeToTestStorage("${javaClass.simpleName}_${nameRule.methodName}-${it}")

0 commit comments

Comments
 (0)