Skip to content

Commit 0b4b2e4

Browse files
fix: use lower strategy for preferred items
Co-authored-by: Tyler J Russell <xtylerjrx@gmail.com> Signed-off-by: drainpixie <121581793+drainpixie@users.noreply.github.com>
1 parent f07a6c2 commit 0b4b2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_check_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_consistency_both_in_text(
105105
# PreferredForms
106106
PREFERRED_ITEMS_STRATEGY: st.SearchStrategy[dict[str, str]] = st.builds( # pyright: ignore[reportUnknownVariableType]
107107
dict,
108-
CASED_STRATEGIES.term_pairs,
108+
LOWER_STRATEGIES.term_pairs,
109109
)
110110

111111
PREFERRED_ITEMS_CASED_STRATEGY: st.SearchStrategy[dict[str, str]] = st.builds( # pyright: ignore[reportUnknownVariableType]

0 commit comments

Comments
 (0)