Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
nmenezes0 committed Dec 31, 2024
1 parent e66a773 commit 79c8125
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("consultations", "0027_update_all_consultation_models"),
]
Expand Down
2 changes: 2 additions & 0 deletions tests/unit/models/test_factories.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
"""
Test factories for the new consultation models.
"""

import pytest

from consultation_analyser import factories2


Expand Down
4 changes: 0 additions & 4 deletions tests/unit/models/test_slug.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,3 @@ def test_question_save():
another_question = Question2Factory(text=question_text)
assert another_question.slug != question.slug
assert another_question.slug.startswith(slugified)




0 comments on commit 79c8125

Please sign in to comment.