Skip to content

Commit c4cd05c

Browse files
committed
linters
1 parent c7de096 commit c4cd05c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check_run/tests/test_check_run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,12 @@ def test_calculate_payment_term_discount_function():
225225
last_month = first_of_current_month - datetime.timedelta(days=1)
226226
first_of_last_month = last_month.replace(day=1)
227227
last_day_of_last_month = last_month
228-
228+
229229
# Simulate being on the 9th day of current month (within 10-day discount period)
230230
simulated_today_within = first_of_current_month + datetime.timedelta(days=8) # day 9
231231
# Simulate being on the 12th day of current month (outside 10-day discount period)
232232
simulated_today_outside = first_of_current_month + datetime.timedelta(days=11) # day 12
233-
233+
234234
cases = [
235235
{
236236
"desc": "2% 10 Net 30 - within the discount period",

0 commit comments

Comments
 (0)