stream-chat-android icon indicating copy to clipboard operation
stream-chat-android copied to clipboard

Write tests for `ChatSocket` events parsing

Open amitkma opened this issue 3 years ago • 0 comments

Context & proposal

Events parsing is moved in ChatSocket. Test cases must be written that check if our parsing logic is correct.

Acceptance criteria

To accept this task we need to complete the following items:

  • [ ] Validate all events are parsed as expected.
  • [ ] Make sure State is changed based on the server's error code return in events.

amitkma avatar Jun 20 '22 09:06 amitkma