Skip to content

Commit

Permalink
Updated to new transfer analyzer OO API
Browse files Browse the repository at this point in the history
  • Loading branch information
eprbell committed Jan 16, 2025
1 parent 6eab3d3 commit f7a71fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/transfer_analysis_test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ def _run_test(self, test: _Test, transfer_semantics: AbstractAccountingMethod) -
# Create universal InputData.
universal_input_data = self._create_input_data(configuration, unique_id_2_in_transaction, unique_id_2_out_transaction, unique_id_2_intra_transaction)

# Create TransferAnalyzer.
transfer_analyzer = TransferAnalyzer(configuration, transfer_semantics, universal_input_data)

# If the test expects an error, check for it.
Expand Down

0 comments on commit f7a71fb

Please sign in to comment.