Skip to content

Commit 01342b5

Browse files
committed
code review
1 parent 300f434 commit 01342b5

File tree

1 file changed

+1
-1
lines changed
  • stream-chat-android-core/src/testFixtures/kotlin/io/getstream/chat/android

1 file changed

+1
-1
lines changed

stream-chat-android-core/src/testFixtures/kotlin/io/getstream/chat/android/Mother.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ public fun randomConnectionState(): ConnectionState =
11311131
ConnectionState.values.random()
11321132

11331133
public fun randomAttachmentType(): String =
1134-
attachmentTypes().shuffled().random()
1134+
attachmentTypes().random()
11351135

11361136
public fun attachmentTypes(): List<String> = listOf(
11371137
AttachmentType.IMAGE,

0 commit comments

Comments
 (0)