Skip to content

Commit

Permalink
fixed unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matsumo0922 committed Sep 14, 2023
1 parent 0dc3b75 commit 601acc7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ fun PreviewTimetableScreenDark() {
mapOf<String, List<TimetableItem>>().toPersistentMap(),
Timetable(),
),
DroidKaigi2023Day.Day2 to TimetableListUiState(
mapOf<String, List<TimetableItem>>().toPersistentMap(),
Timetable(),
),
),
),
timetableUiType = TimetableUiType.Grid,
Expand Down

0 comments on commit 601acc7

Please sign in to comment.