Skip to content

Commit

Permalink
fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
saleniuk committed Jul 25, 2024
1 parent 7afffc6 commit 44d0249
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ class MessageCompositionInputStateHolderTest {
}
}


@Test
fun `given different text than edit message text, when editing, then send button should be enabled`() = runTest {
// Given
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class StringUtilTest {
assert(expected == actual)
}

@Suppress("LongMethod")
@Test
fun givenDifferentMarkdownsWithOnlyWhitespaces_whenCheckingIfNotBlank_thenReturnProperValues() {

Expand Down

0 comments on commit 44d0249

Please sign in to comment.