Skip to content

Commit afc7cc2

Browse files
chinandrewkrivard
andauthored
Update integrations/server/test_covid_hosp.py
Co-authored-by: Katie Mazaitis <[email protected]>
1 parent 12a5f3c commit afc7cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/server/test_covid_hosp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_query_by_issue(self):
8383
self.assertEqual(rows[2]['critical_staffing_shortage_today_yes'], 789)
8484

8585

86-
def test_query_by_as_f(self):
86+
def test_query_by_as_of(self):
8787
with Database.connect() as db:
8888
with db.new_cursor() as cur:
8989
# inserting out of order to test server-side order by

0 commit comments

Comments
 (0)