Skip to content

Commit

Permalink
refactor: remove commented out code
Browse files Browse the repository at this point in the history
It is recommended to remove any commented code in your codebase.
  • Loading branch information
deepsource-autofix[bot] authored and atodorov committed Nov 28, 2023
1 parent acde406 commit c8ddd7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tcms/testcases/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ def setUpTestData(cls):
case_status=case_status_confirmed,
)
cls.url = reverse("testcases-edit", args=[cls.case.pk])
# case.save() # creates a new case entry in the database

cls.post_data.update(
{
Expand Down

0 comments on commit c8ddd7d

Please sign in to comment.