Skip to content

Commit 9212c0a

Browse files
kdeldyckegithub-actions[bot]
authored andcommitted
Typo
1 parent 5fd4b31 commit 9212c0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_gitignore.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ def test_orphaned_rules_reports_what_the_sync_would_lose():
129129
pytest.param("", "*.log\n", id="nothing-on-disk"),
130130
pytest.param("*.log\n", "*.log\n", id="identical"),
131131
pytest.param("*.log\n", "*.log\n*.tmp\n", id="generated-is-a-superset"),
132-
# Layout is not content: recomments and reorders drop no rule.
132+
# Layout is not content: recommends and reorders drop no rule.
133133
pytest.param(
134-
"# old header\nb\na\n", "# new header\n\na\nb\n", id="reordered-recommented"
134+
"# old header\nb\na\n", "# new header\n\na\nb\n", id="reordered-recommended"
135135
),
136136
),
137137
)

0 commit comments

Comments
 (0)