Skip to content

Commit c112820

Browse files
committed
process_tracker_python-16 Add Audit Information
✨ Added basic record counts for process and process_run. ✨ Added full_filename variable to ExtractTracker object, for usability Closes #16
1 parent c0e7d2a commit c112820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_process_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,4 +538,4 @@ def test_set_process_run_record_count_twice(self):
538538
expected_result = [modified_record_count, modified_record_count]
539539
given_result = [given_counts[0].process_run_record_count, given_counts[0].total_record_count]
540540

541-
self.assertEqual(expected_result, given_result)
541+
self.assertEqual(expected_result, given_result)

0 commit comments

Comments
 (0)