Skip to content

Commit

Permalink
uncomment these again, causing tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
floptical committed Oct 11, 2024
1 parent d79783a commit fc9819f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions databridge_etl_tools/oracle/oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ def process_shape(wkt_str):
etl.tocsv(data.progress(interval), self.csv_path, encoding='latin-1')

# Used solely in pytest to ensure database is called only once.
#self.times_db_called = data.times_db_called
#self.logger.info(f'Times database queried: {self.times_db_called}')
self.times_db_called = data.times_db_called
self.logger.info(f'Times database queried: {self.times_db_called}')

# Confirm CSV isn't empty
try:
Expand Down

0 comments on commit fc9819f

Please sign in to comment.