Skip to content

Commit

Permalink
IS-0: fix ScheduleReducerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykolomeytsev committed Sep 4, 2021
1 parent 9069d4a commit 522629e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ class ScheduleReducerTest : BehaviorSpec({
override val isDebugEnvironment: Boolean get() = false
override val languageCode: String get() = "ru_RU"
override val showNavigationButton: Boolean get() = false
override val mapAppearanceType: String get() = "hybrid"
}
private const val CACHE_ENTRIES_SIZE = 2
private val CURRENT_DATE = LocalDate.of(2020, Month.SEPTEMBER, 17)
Expand Down

0 comments on commit 522629e

Please sign in to comment.