1
0
Fork 0
mirror of https://github.com/bitwarden/android.git synced 2025-03-18 12:18:41 +03:00

Add suppression for maxLineLength ()

This commit is contained in:
David Perez 2024-05-15 15:38:28 -05:00 committed by Álison Fernandes
parent d7c24d0177
commit 3fe746f7ef

View file

@ -1100,6 +1100,7 @@ class VaultViewModelTest : BaseViewModelTest() {
verify { vaultRepository.sync() }
}
@Suppress("MaxLineLength")
@Test
fun `UnassignedItemsAcknowledgeClick should acknowledge the message and clear the dialog state`() {
coEvery { vaultRepository.shouldShowUnassignedItemsInfo() } returns true