Skip to content

Commit

Permalink
fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
saleniuk committed Dec 23, 2024
1 parent 1ea1358 commit ccdcb19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,6 @@ class UserDAOTest : BaseDatabaseTest() {
}
}


private companion object {
val USER_ENTITY_1 = newUserEntity(QualifiedIDEntity("1", "wire.com"))
val USER_ENTITY_2 = newUserEntity(QualifiedIDEntity("2", "wire.com"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ class MessageDraftDAOTest : BaseDatabaseTest() {

}


private suspend fun insertInitialData() {
userDAO.upsertUsers(listOf(userEntity1))
conversationDAO.insertConversation(conversationEntity1)
Expand Down

0 comments on commit ccdcb19

Please sign in to comment.