Skip to content

Commit

Permalink
debugging temp
Browse files Browse the repository at this point in the history
  • Loading branch information
mochic committed Apr 3, 2024
1 parent 60810a9 commit cb4ffc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_fib.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ def test_transform(self):
etl_job1 = FIBEtl(job_settings=self.example_job_settings)
parsed_info = etl_job1._extract()
actual_session = etl_job1._transform(parsed_info)
print(actual_session.session_start_time)
print(self.expected_session.session_start_time)
self.assertEqual(self.expected_session, actual_session)

def test_run_job(self):
Expand Down

0 comments on commit cb4ffc4

Please sign in to comment.