You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand TestCustomMessage enum to support arbitrary number of message exchanges.
- The current test suite architecture is limited as it allows only one request
followed by one response and doesn't support arbitrary number of back-and-forth
messages.
- Expand the TestCustomMessage enum to introduce this functionality within the
test suite.
- These two variants will serve as responses to each other, allowing unlimited
back-and-forth communication to test the response mechanism.
0 commit comments