| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -172,7 +172,7 @@ class TestArticle(unittest.TestCase): | |||
| 172 | 172 | ||
| 173 | 173 | def test_instance(self): | |
| 174 | 174 | a = Article() | |
| 175 | - self.assertIsInstance(a, Article) | ||
| 175 | + self.assertEqual(isinstance(a, Article), True) | ||
| 176 | 176 | ||
| 177 | 177 | ||
| 178 | 178 | class TestExtractions(unittest.TestCase): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments