Skip to content

Commit

Permalink
Fix broken test in RegisterScreenTest (#3613)
Browse files Browse the repository at this point in the history
  • Loading branch information
LZRS authored Nov 15, 2024
1 parent a415f42 commit e8020c5
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,6 @@ class RegisterScreenTest {
),
),
registerId = "register101",
totalRecordsCount = 1,
filteredRecordsCount = 0,
pagesCount = 0,
progressPercentage = flowOf(0),
isSyncUpload = flowOf(false),
params = emptyList(),
Expand All @@ -207,6 +204,12 @@ class RegisterScreenTest {
pagingItems = pagingItems,
navController = rememberNavController(),
decodeImage = null,
registerUiCountState =
RegisterUiCountState(
totalRecordsCount = 1,
filteredRecordsCount = 0,
pagesCount = 0,
),
)
}

Expand Down

0 comments on commit e8020c5

Please sign in to comment.