Skip to content

Commit

Permalink
Revert change in test_taxcalcio.py module
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Jul 24, 2024
1 parent 7dcb14b commit 4e167ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxcalc/tests/test_taxcalcio.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def test_output_options(reformfile1, assumpfile1):
# --dump output with partial dump
try:
tcio.analyze(writing_output_file=True,
dump_varset=set(['RECID', 'combined']),
dump_varset=set(['combined']),
output_dump=True)
except Exception: # pylint: disable=broad-except
if os.path.isfile(outfilepath):
Expand Down

0 comments on commit 4e167ba

Please sign in to comment.