There was an error while loading. Please reload this page.
1 parent 5fe91e5 commit 2aba348Copy full SHA for 2aba348
1 file changed
tests/test_news_data.py
@@ -24,7 +24,6 @@ def setUpClass(cls) -> None:
24
]
25
26
def test_all_news_posts_have_standard_front_matter(self) -> None:
27
- self.assertEqual(len(self.posts), 170)
28
for path, data, _body in self.posts:
29
self.assertEqual(data.get("layout"), "post", path.name)
30
self.assertIsInstance(data.get("published"), bool, path.name)
0 commit comments