fixed junit deprecation
This commit is contained in:
parent
c64e5958cb
commit
813f478919
|
@ -24,7 +24,7 @@ import android.graphics.ColorFilter
|
|||
import android.graphics.PixelFormat
|
||||
import android.graphics.Rect
|
||||
import android.graphics.drawable.Drawable
|
||||
import junit.framework.Assert
|
||||
import org.junit.Assert
|
||||
import org.junit.Test
|
||||
|
||||
class DrawableExtensionsKtTest {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
package org.mariotaku.twidere.util.text
|
||||
|
||||
import junit.framework.Assert
|
||||
import org.junit.Assert
|
||||
import org.junit.Test
|
||||
|
||||
class MastodonValidatorTest {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
package org.mariotaku.twidere.util.text
|
||||
|
||||
import junit.framework.Assert
|
||||
import org.junit.Assert
|
||||
import org.junit.Test
|
||||
|
||||
class TwitterValidatorTest {
|
||||
|
|
Loading…
Reference in New Issue