Remove unused imports
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
package com.example.hpos
|
||||
|
||||
import org.junit.Assert.assertEquals
|
||||
import org.junit.Test
|
||||
|
||||
import org.junit.Assert.*
|
||||
|
||||
/**
|
||||
* Example local unit test, which will execute on the development machine (host).
|
||||
*
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
package com.example.hpos
|
||||
|
||||
import org.junit.Test
|
||||
import java.util.*
|
||||
import java.util.concurrent.atomic.AtomicLong
|
||||
import java.util.Date
|
||||
|
||||
class OtherTests {
|
||||
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
package com.example.hpos
|
||||
|
||||
import org.junit.Test
|
||||
import java.io.File
|
||||
import java.io.InputStream
|
||||
import java.util.*
|
||||
import kotlin.collections.ArrayList
|
||||
|
||||
class TestDataGenerator {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user