Skip to content

Commit

Permalink
letter change to avoid mixing with other log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Jan 4, 2025
1 parent 3a553fa commit 82d006f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 82d006f

Please sign in to comment.