Skip to content

Commit

Permalink
Add missing brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
hafizrahman committed Jan 7, 2025
1 parent 2626048 commit d1d54ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@ class OrderListViewModelTest : BaseUnitTest() {
viewModel.onBulkOrderStatusChanged(listOf(1L), Order.Status.Completed)

assertThat(viewModel.isSelecting()).isFalse()
}

@Test
fun `when selection count reaches limit, then show error message`() {
Expand Down

0 comments on commit d1d54ec

Please sign in to comment.