Skip to content

Commit

Permalink
Fix unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Mar 10, 2024
1 parent 1717488 commit 7cde721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_forum_threads.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_forum_threads(self):
self.assertEqual(models[0].created_by.name, "Zyn")
self.assertEqual(models[0].post_count, 1123)

self.assertEqual(models[2].id, 561911)
self.assertEqual(models[2].id, 561991)
self.assertEqual(models[2].title, "The Leak")
self.assertEqual(models[2].description, "In-universe spoilers/info leaks")
self.assertTrue(models[2].sticky)
Expand Down

0 comments on commit 7cde721

Please sign in to comment.