Skip to content

Commit f5837a2

Browse files
Update test to reflect new behaviour
1 parent 29a39ae commit f5837a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/usethis/_core/test_core_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ def test_inp_rules_not_selected_for_tests_dir(self, tmp_path: Path):
13691369
select = ["INP"]
13701370
13711371
[lint.per-file-ignores]
1372-
"*/tests/**" = ["INP"]
1372+
"tests/**" = ["INP"]
13731373
"""
13741374
)
13751375

0 commit comments

Comments
 (0)