We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6216b1b commit 7a7fbe8Copy full SHA for 7a7fbe8
tests/test_paths.py
@@ -24,4 +24,6 @@ def test_get_default_filepath_without_dir():
24
def test_get_default_filepath_with_dir():
25
path = os.path.join("tests", "test_files", "fonts", "Roboto-Regular.ttf")
26
default_path = get_default_out_path(path)
27
- assert default_path == os.path.join("tests", "test_files", "fonts", "Roboto-Regular-dehinted.ttf")
+ assert default_path == os.path.join(
28
+ "tests", "test_files", "fonts", "Roboto-Regular-dehinted.ttf"
29
+ )
0 commit comments