Enable detekt rules UnderscoresInNumericLiterals and fix existing issues.
This commit is contained in:
committed by
Benoit Marty
parent
0e219200b0
commit
b3cf0d2cf1
+1
-1
@@ -27,7 +27,7 @@ import java.util.Date
|
||||
|
||||
class TimelineEncryptedHistoryPostProcessorTest {
|
||||
|
||||
private val defaultLastLoginTimestamp = Date(1689061264L)
|
||||
private val defaultLastLoginTimestamp = Date(1_689_061_264L)
|
||||
|
||||
@Test
|
||||
fun `given an unencrypted room, nothing is done`() {
|
||||
|
||||
Reference in New Issue
Block a user