Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbiggs committed Dec 19, 2024
1 parent 7e35d58 commit be5d1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etna/articles/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

from ..models import ArticleIndexPage, ArticlePage, ArticleTag


DATE_1 = datetime(2000, 1, 1, tzinfo=timezone.utc)

DATE_2 = datetime(2000, 1, 2, tzinfo=timezone.utc)

DATE_3 = datetime(2000, 1, 3, tzinfo=timezone.utc)


class TestArticleTagClean(TestCase):
def test_clean_preserves_existing_skos_ids(self):
tag = ArticleTag(name="Test", slug="test", skos_id="Preserve_Me")
Expand Down

0 comments on commit be5d1c3

Please sign in to comment.