Fix fake missing membership tests

This commit is contained in:
2020-01-20 00:46:07 +00:00
parent 45965b29b2
commit e92182724b
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ for m in members:
if not m.current_start_date: continue
import_date = datetime.date(2020, 1, 3)
tx = utils.fake_missing_membership_months(m)
tx, _ = utils.fake_missing_membership_months(m)
utils.tally_membership_months(m, import_date)
if tx: