Skip to content

Commit

Permalink
121 - removed comment from test_lookup_tables_data_seed.py (#122)
Browse files Browse the repository at this point in the history
closes [#121
](#121)

Co-authored-by: Nargis Sultani <[email protected]>
  • Loading branch information
nargis-sultani and Nargis Sultani authored Mar 18, 2024
1 parent b469f4a commit c6b605e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/migrations/test_lookup_tables_data_seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def test_hmda_institution_type_data_seed(alembic_runner: MigrationContext, alemb
alembic_runner.migrate_up_one()
with alembic_engine.connect() as conn:
hmda_institution_type_rows = conn.execute(
# text("SELECT id, name from %s" % hmda_institution_type_tablename)
text("SELECT id, name from %s where id = :id" % hmda_institution_type_tablename),
(dict(id="1")),
).fetchall()
Expand Down

0 comments on commit c6b605e

Please sign in to comment.