Skip to content

Commit

Permalink
sync to main branch and remove @ignore annotation to pass all the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tatocaster committed Jan 5, 2022
1 parent 2da68b7 commit 6cfeef8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import org.junit.Ignore
import org.junit.Test

@ExperimentalCoroutinesApi
@Ignore("#27")
internal class AddValuesToExistingContactContactStoreTest : ContactStoreTestBase() {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import kotlinx.coroutines.runBlocking
import org.junit.Ignore
import org.junit.Test

@Ignore("#27")
internal class UpdatesValuesOfExistingContactContactStoreTest : ContactStoreTestBase() {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import org.assertj.core.api.Assertions.assertThat
import org.junit.Ignore
import org.junit.Test

@Ignore("#27")
internal class ContactStoreDSLKtTest {

@Test
Expand Down

0 comments on commit 6cfeef8

Please sign in to comment.