Skip to content

Commit 2a2a1d5

Browse files
committedMay 6, 2024·
Removed uneccessary code.
1 parent 60e53c2 commit 2a2a1d5

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed
 

‎aztec/build.gradle

-1
Original file line numberDiff line numberDiff 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"

‎aztec/src/main/kotlin/org/wordpress/aztec/spans/MarkSpan.kt

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package org.wordpress.aztec.spans
33
import android.graphics.Color
44
import android.text.TextPaint
55
import android.text.style.CharacterStyle
6-
import androidx.annotation.VisibleForTesting
76
import org.wordpress.aztec.AztecAttributes
87
import org.wordpress.aztec.source.CssStyleFormatter
98

‎aztec/src/test/kotlin/org/wordpress/aztec/MarkSpanTest.kt

-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
package org.wordpress.aztec
22

3-
import io.mockk.every
4-
import io.mockk.mockk
53
import org.junit.Assert
64
import org.junit.Test
7-
import org.junit.runner.RunWith
8-
import org.robolectric.RobolectricTestRunner
95
import org.wordpress.aztec.spans.MarkSpan
106

117
class MarkSpanTest {

‎build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ ext {
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'

0 commit comments

Comments
 (0)
Please sign in to comment.