Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Apr 4, 2024
1 parent ae403ac commit 6dfb959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion click_extra/tests/test_pygments.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def test_ansi_lexers_candidates(tmp_path):
lexer_classes = {find_lexer_class_by_name(alias) for alias in lexer_candidates}
# We cannot test for strict equality yet, as some ANSI-ready lexers do not
# have any test artifacts producing ``Generic.Output`` tokens.
assert lexer_classes <= collect_session_lexers()
assert lexer_classes <= set(collect_session_lexers())


def collect_classes(klass, prefix="Ansi"):
Expand Down

0 comments on commit 6dfb959

Please sign in to comment.