Skip to content

Commit

Permalink
chore: rename test file
Browse files Browse the repository at this point in the history
  • Loading branch information
tanwigeetika1618 committed Sep 12, 2024
1 parent 0c516e7 commit 706303a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
env:
# Number of expected test passes, safety measure for accidental skip of
# tests. Update value if you add/remove tests.
PYTEST_REQPASS: 891
PYTEST_REQPASS: 892
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/fqcn.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,6 @@ def test_fqcn_deep_test_dir_pass() -> None:
"""Test rule does not match."""
collection = RulesCollection()
collection.register(FQCNBuiltinsRule())
success = "examples/.collection/plugins/modules/tests/alpha.py"
success = "examples/.collection/plugins/modules/tests/gamma.py"
results = Runner(success, rules=collection).run()
assert len(results) == 0

0 comments on commit 706303a

Please sign in to comment.