mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
letter change to avoid mixing with other log messages
This commit is contained in:
parent
3a553fa550
commit
82d006f65e
@ -91,7 +91,7 @@ fun MultiUserErrorMessageContentPreview() {
|
||||
|
||||
runBlocking {
|
||||
withContext(Dispatchers.IO) {
|
||||
user1 = LocalCache.getOrCreateUser("aabbccaabbccaabbcc")
|
||||
user1 = LocalCache.getOrCreateUser("aaabccaabbccaabbcc")
|
||||
user2 = LocalCache.getOrCreateUser("bbbccabbbccabbbcca")
|
||||
user3 = LocalCache.getOrCreateUser("ccaadaccaadaccaada")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user