Fix androidTest message content fuzer for attachment pointers.

This commit is contained in:
Cody Henthorne
2024-06-03 12:13:40 -04:00
parent 3e8e17526b
commit 6dcb2e8d24

View File

@@ -357,7 +357,7 @@ object MessageContentFuzzer {
caption = string(allowNullString = true)
blurHash = string()
uploadTimestamp = random.nextLong()
cdnNumber = 1
cdnNumber = 2
build()
}