1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +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

@@ -30,7 +30,7 @@ def test_save_cassette_with_custom_persister(tmpdir, httpbin):
my_vcr = vcr.VCR()
my_vcr.register_persister(CustomFilesystemPersister)
# 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 using new save_cassette callback