mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 09:35:34 +00:00
remove typo
This commit is contained in:
@@ -10,7 +10,7 @@ class TestVCR(unittest.TestCase):
|
|||||||
fixtures = os.path.join('does', 'not', 'exist')
|
fixtures = os.path.join('does', 'not', 'exist')
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
# Remove th urllib2 fixtures if they exist
|
# Remove the urllib2 fixtures if they exist
|
||||||
if os.path.exists(self.fixtures):
|
if os.path.exists(self.fixtures):
|
||||||
shutil.rmtree(self.fixtures)
|
shutil.rmtree(self.fixtures)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user