Fix: This number should be separated by underscores in order to increase readability
This commit is contained in:
parent
eaf63d2015
commit
4e849f460b
1 changed files with 4 additions and 4 deletions
|
|
@ -188,7 +188,7 @@ class NotificationCreatorTest {
|
||||||
style = null,
|
style = null,
|
||||||
compatSummary = "compatSummary",
|
compatSummary = "compatSummary",
|
||||||
noisy = false,
|
noisy = false,
|
||||||
lastMessageTimestamp = 123456L,
|
lastMessageTimestamp = 123_456L,
|
||||||
)
|
)
|
||||||
result.commonAssertions(
|
result.commonAssertions(
|
||||||
expectedGroup = matrixUser.userId.value,
|
expectedGroup = matrixUser.userId.value,
|
||||||
|
|
@ -204,7 +204,7 @@ class NotificationCreatorTest {
|
||||||
style = null,
|
style = null,
|
||||||
compatSummary = "compatSummary",
|
compatSummary = "compatSummary",
|
||||||
noisy = true,
|
noisy = true,
|
||||||
lastMessageTimestamp = 123456L,
|
lastMessageTimestamp = 123_456L,
|
||||||
)
|
)
|
||||||
result.commonAssertions(
|
result.commonAssertions(
|
||||||
expectedGroup = matrixUser.userId.value,
|
expectedGroup = matrixUser.userId.value,
|
||||||
|
|
@ -233,7 +233,7 @@ class NotificationCreatorTest {
|
||||||
),
|
),
|
||||||
threadId = null,
|
threadId = null,
|
||||||
largeIcon = null,
|
largeIcon = null,
|
||||||
lastMessageTimestamp = 123456L,
|
lastMessageTimestamp = 123_456L,
|
||||||
tickerText = "tickerText",
|
tickerText = "tickerText",
|
||||||
)
|
)
|
||||||
result.commonAssertions()
|
result.commonAssertions()
|
||||||
|
|
@ -261,7 +261,7 @@ class NotificationCreatorTest {
|
||||||
),
|
),
|
||||||
threadId = A_THREAD_ID,
|
threadId = A_THREAD_ID,
|
||||||
largeIcon = null,
|
largeIcon = null,
|
||||||
lastMessageTimestamp = 123456L,
|
lastMessageTimestamp = 123_456L,
|
||||||
tickerText = "tickerText",
|
tickerText = "tickerText",
|
||||||
)
|
)
|
||||||
result.commonAssertions()
|
result.commonAssertions()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue