Skip to content

Commit

Permalink
Fixes fixture name
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Oct 9, 2024
1 parent 3a44733 commit e186981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def sample_doc_file(samples_dir: Path) -> Path:


@pytest.fixture(scope="session")
def c(samples_dir: Path) -> Path:
def sample_html_file(samples_dir: Path) -> Path:
return samples_dir / "sample.html"


Expand Down

0 comments on commit e186981

Please sign in to comment.