Skip to content

Commit 2aba348

Browse files
authored
Update test_news_data.py
1 parent 5fe91e5 commit 2aba348

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_news_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def setUpClass(cls) -> None:
2424
]
2525

2626
def test_all_news_posts_have_standard_front_matter(self) -> None:
27-
self.assertEqual(len(self.posts), 170)
2827
for path, data, _body in self.posts:
2928
self.assertEqual(data.get("layout"), "post", path.name)
3029
self.assertIsInstance(data.get("published"), bool, path.name)

0 commit comments

Comments
 (0)