Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargis Sultani committed Dec 14, 2023
1 parent b39dd24 commit 4424a46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/migrations/test_lookup_tables_data_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def test_address_state_data_feed(alembic_runner: MigrationContext, alembic_engin
alembic_runner.migrate_up_one()

with alembic_engine.connect() as conn:
# address_state_rows = conn.execute(text("SELECT code, name from %s" % address_state_tablename)).fetchall()
address_state_rows = conn.execute(select(AddressStateDao.code, AddressStateDao.name)).fetchall()
address_state_expected = data_feed_helper(AddressStateDao.__tablename__)
assert address_state_rows == address_state_expected
Expand Down

0 comments on commit 4424a46

Please sign in to comment.