Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
johausmann committed Oct 31, 2023
1 parent 9e5f130 commit 1e7714a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions covigator/tests/unit_tests/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,4 @@ def test_get_news(self):

news = self.queries.get_top_news()
self.assertEqual(news.shape[0], 3)
# Check that most recent news item returned as top element
self.assertTrue(news.message_text.loc[0] == "bla4")

0 comments on commit 1e7714a

Please sign in to comment.