File tree Expand file tree Collapse file tree 4 files changed +0
-7
lines changed
main/kotlin/org/wordpress/aztec/spans
test/kotlin/org/wordpress/aztec Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ dependencies {
6767 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0' , {
6868 exclude group : ' com.android.support' , module : ' support-annotations'
6969 }
70- testImplementation " io.mockk:mockk:${ mockkVersion} "
7170
7271 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion "
7372 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion "
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package org.wordpress.aztec.spans
33import android.graphics.Color
44import android.text.TextPaint
55import android.text.style.CharacterStyle
6- import androidx.annotation.VisibleForTesting
76import org.wordpress.aztec.AztecAttributes
87import org.wordpress.aztec.source.CssStyleFormatter
98
Original file line number Diff line number Diff line change 11package org.wordpress.aztec
22
3- import io.mockk.every
4- import io.mockk.mockk
53import org.junit.Assert
64import org.junit.Test
7- import org.junit.runner.RunWith
8- import org.robolectric.RobolectricTestRunner
95import org.wordpress.aztec.spans.MarkSpan
106
117class MarkSpanTest {
Original file line number Diff line number Diff line change 8080 jSoupVersion = ' 1.11.3'
8181 wordpressUtilsVersion = ' 3.5.0'
8282 espressoVersion = ' 3.0.1'
83- mockkVersion = ' 1.12.8'
8483
8584 // other
8685 wordpressLintVersion = ' 2.0.0'
You can’t perform that action at this time.
0 commit comments