We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300f434 commit 01342b5Copy full SHA for 01342b5
stream-chat-android-core/src/testFixtures/kotlin/io/getstream/chat/android/Mother.kt
@@ -1131,7 +1131,7 @@ public fun randomConnectionState(): ConnectionState =
1131
ConnectionState.values.random()
1132
1133
public fun randomAttachmentType(): String =
1134
- attachmentTypes().shuffled().random()
+ attachmentTypes().random()
1135
1136
public fun attachmentTypes(): List<String> = listOf(
1137
AttachmentType.IMAGE,
0 commit comments