mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 03:08:50 +03:00
Add suppression for maxLineLength (#1376)
This commit is contained in:
parent
d7c24d0177
commit
3fe746f7ef
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue