Add suppression for maxLineLength (#1376)

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