Skip to content

Commit

Permalink
ci: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Dec 4, 2024
1 parent 3d6844f commit adba4d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_it.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Integration tests."""

from pathlib import Path

import pytest
Expand All @@ -13,7 +14,7 @@ def outdir(app: SphinxTestApp):
return Path(app.outdir).resolve()


class TestForBuildReults:
class TestForBuildResults:
"""Test cases for generated content by build with default settings."""

def test__generated_xml(self, outdir: Path): # noqa: D102
Expand Down

0 comments on commit adba4d6

Please sign in to comment.