Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Sep 5, 2024
1 parent 5629032 commit 971b590
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3777,7 +3777,6 @@ def test_ordering(self):
first_timestamp=(self.an_hour_ago + relativedelta(minutes=10)),
)

# ensures conversion to start_time
(session_recordings, _, _) = self._filter_recordings_by({"order": "start_time"})
assert [r["session_id"] for r in session_recordings] == [session_id_three, session_id_one, session_id_two]

Expand Down

0 comments on commit 971b590

Please sign in to comment.