Skip to content

Commit ecd21ce

Browse files
authored
Update integrations/server/test_covid_hosp.py
1 parent afc7cc2 commit ecd21ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

integrations/server/test_covid_hosp.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ def test_query_by_issue(self):
8686
def test_query_by_as_of(self):
8787
with Database.connect() as db:
8888
with db.new_cursor() as cur:
89-
# inserting out of order to test server-side order by
90-
# also inserting two for 20201201 to test tiebreaker.
9189
self.insert_issue(cur, 20201101, 0, 'T')
9290
self.insert_issue(cur, 20201102, 1, 'D')
9391
self.insert_issue(cur, 20201103, 2, 'D')

0 commit comments

Comments
 (0)