Skip to content

Commit

Permalink
Update app/src/test/java/com/nextcloud/talk/json/ConversationConversi…
Browse files Browse the repository at this point in the history
…onTest.kt

Signed-off-by: Marcel Hibbe <[email protected]>
  • Loading branch information
mahibi authored Dec 10, 2024
1 parent 1e4a03d commit 9889054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class ConversationConversionTest(
assertEquals(ConversationEnums.ObjectType.DEFAULT, conversationEntity.objectType)
}

private fun checkConversatioNEntityV4(conversationEntity: ConversationEntity) {
private fun checkConversationEntityV4(conversationEntity: ConversationEntity) {
assertEquals("143a9df3", conversationEntity.avatarVersion)
assertEquals(0, conversationEntity.callStartTime)
assertEquals(0, conversationEntity.callRecording)
Expand Down

0 comments on commit 9889054

Please sign in to comment.