Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM authored Dec 16, 2020
1 parent 39aaa70 commit 5948d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onadata/apps/api/tests/viewsets/test_data_viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -2347,7 +2347,7 @@ def test_submission_count_for_day_tracking(self):
self.assertEqual(
form.submission_count_for_today, current_count)

# Confirm submission count isn't deleted if the
# Confirm submission count isn't decreased if the
# date_created is different
future_date = c_date - timedelta(days=1)
inst_two.date_created = future_date
Expand Down

0 comments on commit 5948d6d

Please sign in to comment.