Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jun 10, 2024
1 parent 4ab83b4 commit e3d4d90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cs-config/cs_config/tests/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ class TestFunctions1(CoreTestFunctions):
"CIT_rate": [{"year": DEFAULT_START_YEAR, "value": 0.25}]
},
"Individual and Payroll Tax Parameters": {
"FICA_ss_trt_employee": [{"year": DEFAULT_START_YEAR, "value": 0.07}]
"FICA_ss_trt_employee": [
{"year": DEFAULT_START_YEAR, "value": 0.07}
]
},
}
bad_adjustment = {
Expand Down

0 comments on commit e3d4d90

Please sign in to comment.