Skip to content

Commit

Permalink
better test helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip committed Sep 3, 2024
1 parent 7e8bf3a commit f433b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def create_test_contract_contribution_plan_details(contribution_plan=None, polic
"receipt": "Test receipt",
"pay_date": "2019-01-01",
"validity_from": "2019-01-01",
"audit_user_id": -1,
"audit_user_id": 1,
"pay_type": 'C'
}
)
Expand Down

0 comments on commit f433b61

Please sign in to comment.