Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Aug 7, 2024
1 parent b1a97cf commit aa2846a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmo/projects/tests/test_viewset_project_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_progress_post_unchanged(db, client):

project = Project.objects.get(id=1)
project.progress_count = progress_count = 58 # the progress in the fixture is not up-to-date
project.progress_total = progress_total = 88
project.progress_total = progress_total = 94
project.save()
project.refresh_from_db()
project_updated = project.updated
Expand Down

0 comments on commit aa2846a

Please sign in to comment.