diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_models.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_models.py b/tests/test_models.py index 3d83653..29564dc 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -4,8 +4,8 @@ from core.models import Article, ARTICLE_TYPES def test_article_types_contains_five(): assert len(ARTICLE_TYPES) == 5 - assert "Tech" in ARTICLE_TYPES - assert "Life" in ARTICLE_TYPES + assert "tech" in ARTICLE_TYPES + assert "life" in ARTICLE_TYPES def test_article_fields(): |
