Skip to content

Commit 36b9722

Browse files
committed
Update tip generation test fixture for new income inputs
1 parent 4c76c80 commit 36b9722

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/integration/test_cps_generation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ def calculate_dataframe(self, columns, year):
4848
"person_id": [1, 2],
4949
"household_id": [10, 20],
5050
"employment_income": [25_000, 30_000],
51+
"interest_income": [0.0, 0.0],
52+
"dividend_income": [0.0, 0.0],
53+
"rental_income": [0.0, 0.0],
5154
"age": [30, 45],
5255
"household_weight": [1.0, 1.0],
5356
"is_female": [False, True],

0 commit comments

Comments
 (0)