Skip to content

Commit

Permalink
Fix test rule annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jan 23, 2020
1 parent dbe8b88 commit 4089c54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ import com.kizitonwose.calendarview.ui.MonthHeaderFooterBinder
import com.kizitonwose.calendarview.ui.ViewContainer
import com.kizitonwose.calendarview.utils.yearMonth
import com.kizitonwose.calendarviewsample.*
import kotlinx.android.synthetic.main.example_6_fragment.*
import kotlinx.android.synthetic.main.example_1_fragment.*
import kotlinx.android.synthetic.main.example_2_fragment.*
import kotlinx.android.synthetic.main.example_5_fragment.*
import kotlinx.android.synthetic.main.example_6_fragment.*
import org.junit.After
import org.junit.Assert.assertTrue
import org.junit.Before
Expand All @@ -42,7 +42,7 @@ import java.lang.Thread.sleep
class CalenderViewTests {

@get:Rule
private val homeScreenRule = ActivityTestRule(HomeActivity::class.java, true, false)
val homeScreenRule = ActivityTestRule(HomeActivity::class.java, true, false)

private val currentMonth = YearMonth.now()

Expand Down

0 comments on commit 4089c54

Please sign in to comment.