File tree 4 files changed +0
-7
lines changed
main/kotlin/org/wordpress/aztec/spans
test/kotlin/org/wordpress/aztec
4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ dependencies {
67
67
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0' , {
68
68
exclude group : ' com.android.support' , module : ' support-annotations'
69
69
}
70
- testImplementation " io.mockk:mockk:${ mockkVersion} "
71
70
72
71
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion "
73
72
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
3
3
import android.graphics.Color
4
4
import android.text.TextPaint
5
5
import android.text.style.CharacterStyle
6
- import androidx.annotation.VisibleForTesting
7
6
import org.wordpress.aztec.AztecAttributes
8
7
import org.wordpress.aztec.source.CssStyleFormatter
9
8
Original file line number Diff line number Diff line change 1
1
package org.wordpress.aztec
2
2
3
- import io.mockk.every
4
- import io.mockk.mockk
5
3
import org.junit.Assert
6
4
import org.junit.Test
7
- import org.junit.runner.RunWith
8
- import org.robolectric.RobolectricTestRunner
9
5
import org.wordpress.aztec.spans.MarkSpan
10
6
11
7
class MarkSpanTest {
Original file line number Diff line number Diff line change 80
80
jSoupVersion = ' 1.11.3'
81
81
wordpressUtilsVersion = ' 3.5.0'
82
82
espressoVersion = ' 3.0.1'
83
- mockkVersion = ' 1.12.8'
84
83
85
84
// other
86
85
wordpressLintVersion = ' 2.0.0'
You can’t perform that action at this time.
0 commit comments