Skip to content

Commit

Permalink
Use null value instead of 0 for endedCallTimestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-signal authored Dec 6, 2024
1 parent ef79a30 commit fa91de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/tests/ChatItemGroupCallUpdateTestCase.kt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ object ChatItemGroupCallUpdateTestCase : TestCase("chat_item_group_call_update")
GroupCall.State.JOINED,
GroupCall.State.OUTGOING_RING,
GroupCall.State.RINGING,
GroupCall.State.ACCEPTED -> 0L
GroupCall.State.ACCEPTED -> null
GroupCall.State.UNKNOWN_STATE -> throw NotImplementedError()
},
read = when (callState) {
Expand Down

0 comments on commit fa91de8

Please sign in to comment.