Skip to content

Commit 03676c0

Browse files
committed
ready for library project 🚀
1 parent a99beef commit 03676c0

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

example/src/androidTest/java/com/banner/example/ExampleInstrumentedTest.kt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
package com.banner.example
22

3-
import android.support.test.InstrumentationRegistry
4-
import android.support.test.runner.AndroidJUnit4
53
import androidx.test.InstrumentationRegistry
6-
4+
import androidx.test.runner.AndroidJUnit4
5+
import org.junit.Assert.assertEquals
76
import org.junit.Test
87
import org.junit.runner.RunWith
98

10-
import org.junit.Assert.*
11-
129
/**
1310
* Instrumented test, which will execute on an Android device.
1411
*

0 commit comments

Comments
 (0)