77from typing import Callable , Tuple
88
99import pytest
10- from textual_universal_directorytree import GitHubPath
10+ from textual_universal_directorytree import GitHubTextualPath
1111
1212from tests .conftest import cassette
1313
@@ -35,7 +35,7 @@ def test_github_screenshot(
3535 snap_compare : Callable [..., bool ],
3636 tmp_path : pathlib .Path ,
3737 app_file : str ,
38- github_release_path : GitHubPath ,
38+ github_release_path : GitHubTextualPath ,
3939 terminal_size : Tuple [int , int ],
4040) -> None :
4141 """
@@ -51,7 +51,7 @@ def test_github_screenshot_license(
5151 snap_compare : Callable [..., bool ],
5252 tmp_path : pathlib .Path ,
5353 app_file : str ,
54- github_release_path : GitHubPath ,
54+ github_release_path : GitHubTextualPath ,
5555 terminal_size : Tuple [int , int ],
5656) -> None :
5757 """
@@ -69,7 +69,7 @@ def test_mkdocs_screenshot(
6969 tmp_path : pathlib .Path ,
7070 app_file : str ,
7171 terminal_size : Tuple [int , int ],
72- github_release_path : GitHubPath ,
72+ github_release_path : GitHubTextualPath ,
7373) -> None :
7474 """
7575 Snapshot the pyproject.toml file
0 commit comments