Skip to content

Commit

Permalink
test: verifing test cases 28
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Sep 24, 2024
1 parent 1bc9c72 commit e03dc29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_will_send_on_right_day(self, days_per_week, days_of_activity, current_d
goal = self.make_valid_goal(days_per_week=days_per_week)
for day in range(days_of_activity):
UserActivityFactory(user=goal.user, course_key=goal.course_key,
date=datetime(2021, 3, day + 1, tzinfo=ZoneInfo("UTC")))
date=datetime(2021, 3, day + 1, tzinfo=ZoneInfo("UTC")))

self.call_command(day=current_day, expect_sent=expect_sent)

Expand Down

0 comments on commit e03dc29

Please sign in to comment.