Skip to content

Commit

Permalink
fix(test): Update project viewset test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankApiyo committed Jan 30, 2025
1 parent 0cc04cf commit dea055b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onadata/apps/api/tests/viewsets/test_project_viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def test_many_projects_are_returned_in_reverse_order_of_creation(self):
new_date = datetime(
year=date_created["year"],
month=date_created["month"],
day=project.date_created.day, # Preserve the original day
day=1, # Preserve the original day
hour=project.date_created.hour, # Preserve the original hour
minute=project.date_created.minute, # Preserve the original minute
second=project.date_created.second, # Preserve the original second
Expand Down

0 comments on commit dea055b

Please sign in to comment.