Skip to content

Commit

Permalink
chore: update tests after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
typfel committed Oct 13, 2023
1 parent 567c58e commit 140c8c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class UserConversationDAOIntegrationTest : BaseDatabaseTest() {

@Test
fun givenActiveOneOnOneWasSetForConversation_whenFetchingConversationView_thenActiveOneOnOneShouldMatch() = runTest {
userDAO.insertUser(user1)
userDAO.upsertUser(user1)
conversationDAO.insertConversation(conversationEntity1)
memberDAO.insertMember(member1, conversationEntity1.id)

Expand All @@ -265,7 +265,7 @@ class UserConversationDAOIntegrationTest : BaseDatabaseTest() {

@Test
fun givenActiveOneOnOneWasNotSetForConversation_whenFetchingConversationView_thenActiveOneOnOneShouldBeNull() = runTest {
userDAO.insertUser(user1)
userDAO.upsertUser(user1)
conversationDAO.insertConversation(conversationEntity1)
memberDAO.insertMember(member1, conversationEntity1.id)

Expand Down

0 comments on commit 140c8c6

Please sign in to comment.