Skip to content

Commit

Permalink
trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
edwintorres committed Oct 4, 2023
1 parent 3956ace commit c89344f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tock/utilization/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def test_last_week_data_user_with_weekly_only(self):
)

# TODO as documented in this file: utilization tests get weird around fiscal years
# this test was desativated on October 4 to pass some required updates to Django to prod.
# this test was desativated on October 4 to pass some required updates to Django to prod.
# activate this test again after October 10
# def test_last_month_data_user_with_weekly_and_hourly(self):
# """
Expand All @@ -319,7 +319,7 @@ def test_last_week_data_user_with_weekly_only(self):
# TimecardObject.objects.create(
# timecard=timecard_week_1,
# project=self.billable_project,
# hours_spent=18,
# hours_spent=18
# )

# TimecardObject.objects.create(
Expand Down

0 comments on commit c89344f

Please sign in to comment.