1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 01:25:34 +00:00

Fix typos discovered by codespell

This commit is contained in:
Christian Clauss
2021-09-05 08:35:59 +02:00
committed by Jair Henrique
parent cd72278062
commit e05ebca5e5
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ import vcr
def test_nonexistent_directory(tmpdir, httpbin):
"""If we load a cassette in a nonexistent directory, it can save ok"""
# Check to make sure directory doesnt exist
# Check to make sure directory doesn't exist
assert not os.path.exists(str(tmpdir.join("nonexistent")))
# Run VCR to create dir and cassette file