Skip to content

Commit

Permalink
"UPDATED TEST"
Browse files Browse the repository at this point in the history
  • Loading branch information
liuplod committed Dec 17, 2018
1 parent a132b44 commit 2ae5e23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/BasicTest.py
Expand Up @@ -17,9 +17,6 @@ def test_init_vars(self):
self.assertEqual(self.test_download_instance.url,
'http://www.ovh.net/files/10Gb.dat')
self.assertEqual(self.test_download_instance.verify, True)
self.assertIsInstance(
self.test_download_instance._HarvesterCoreLOGer,
HarvesterHelper.LOG)
self.assertIs(
type(self.test_download_instance.recived_headers),
CaseInsensitiveDict)
Expand Down

0 comments on commit 2ae5e23

Please sign in to comment.