Skip to content

Commit 6a69526

Browse files
committed
Analysis: Resolve post merge assert equals deprecated warning
1 parent 99270bb commit 6a69526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aztec/src/test/kotlin/org/wordpress/aztec/PreformatTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import android.app.Activity
44
import android.view.MenuItem
55
import android.widget.PopupMenu
66
import android.widget.ToggleButton
7-
import junit.framework.Assert.assertEquals
7+
import org.junit.Assert.assertEquals
88
import org.junit.Before
99
import org.junit.Test
1010
import org.junit.runner.RunWith

0 commit comments

Comments
 (0)