Skip to content

Commit

Permalink
undo changes to assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
vcidst committed Mar 4, 2024
1 parent ac219a1 commit 5bcc809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_tracker_stores.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ async def test_tracker_store_retrieve_with_session_started_events(
# Retrieve tracker with events since latest SessionStarted
tracker = await tracker_store.retrieve(sender_id)

assert len(tracker.events) == 3
assert len(tracker.events) == 2
assert all((event == tracker.events[i] for i, event in enumerate(events[2:])))


Expand Down

0 comments on commit 5bcc809

Please sign in to comment.