Skip to content

Commit

Permalink
chore: docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Oct 18, 2024
1 parent a58e304 commit b96cc1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/validate/test_facade_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ def test_client_facades(generated_code_facades: Dict[str, Sequence[int]]) -> Non


def test_unsupported_facades(generated_code_facades: Dict[str, Sequence[int]]) -> None:
"""Ensure that we don't accidentally ignore our own generated code."""
assert not set(generated_code_facades) & set(known_unsupported_facades)

0 comments on commit b96cc1c

Please sign in to comment.