forked from Louvorg/ReaderForSelfoss-multiplatform
Cleaning.
This commit is contained in:
@ -10,9 +10,7 @@ import kotlinx.datetime.toInstant
|
||||
import org.junit.Test
|
||||
|
||||
class DatesTest {
|
||||
private val appSettingsService = mockk<AppSettingsService>()
|
||||
|
||||
private val dateUtils: DateUtils = DateUtils(appSettingsService)
|
||||
private val dateUtils: DateUtils = DateUtils()
|
||||
|
||||
private val v3Date = "2013-04-07T13:43:00+01:00"
|
||||
private val v4Date = "2013-04-07 13:43:00"
|
||||
|
Reference in New Issue
Block a user