Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct start and stop to get the message
The output of /sync without since parameter has the most recent message events, and so should include at least the message we just sent. The tests used prev_batch, but this should point before the message that was returned in /sync. Starting backward from an event before the test message should not have received any message. We now test between next_batch and prev_batch, we should get the message. Signed-off-by: Kurt Roeckx <[email protected]>
- Loading branch information