fixed junit deprecation

This commit is contained in:
Mariotaku Lee 2017-11-15 15:43:50 +08:00
parent c64e5958cb
commit 813f478919
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -19,7 +19,7 @@
package org.mariotaku.twidere.util.text
import junit.framework.Assert
import org.junit.Assert
import org.junit.Test
class MastodonValidatorTest {

View File

@ -19,7 +19,7 @@
package org.mariotaku.twidere.util.text
import junit.framework.Assert
import org.junit.Assert
import org.junit.Test
class TwitterValidatorTest {