Skip to content

Commit f7a71fb

Browse files
committed
Updated to new transfer analyzer OO API
1 parent 6eab3d3 commit f7a71fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/transfer_analysis_test_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ def _run_test(self, test: _Test, transfer_semantics: AbstractAccountingMethod) -
233233
# Create universal InputData.
234234
universal_input_data = self._create_input_data(configuration, unique_id_2_in_transaction, unique_id_2_out_transaction, unique_id_2_intra_transaction)
235235

236+
# Create TransferAnalyzer.
236237
transfer_analyzer = TransferAnalyzer(configuration, transfer_semantics, universal_input_data)
237238

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

0 commit comments

Comments
 (0)