Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jingcheng16 committed Sep 6, 2023
1 parent db3daa9 commit 82974d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/accounting/tests/test_invoicing.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ def test_multipart_over_limit_and_part_of_the_billable_is_under_limit(self):
"""
In this test, we particularly test the scenario that
half of the billable is within the limit, the remaining half exceeds the limit.
Current monthly_limit for sms i 0. I'll override the monthly_limit to 1 in this test.
So it's crucial to use test plan in this test instead of default plan whose limit is 0.
"""

def _set_billable_date_sent_day(sms_billable, day):
Expand Down

0 comments on commit 82974d9

Please sign in to comment.