fix: run typos

This commit is contained in:
Divyansh Singh 2023-04-01 22:10:32 +05:30
commit 6054ced931
12 changed files with 17 additions and 17 deletions

View file

@ -8,7 +8,7 @@ from flexmock import flexmock
from borgmatic.config import validate as module
def test_schema_filename_returns_plausable_path():
def test_schema_filename_returns_plausible_path():
schema_path = module.schema_filename()
assert schema_path.endswith('/schema.yaml')