Skip to content

Commit

Permalink
Undo accidental modification
Browse files Browse the repository at this point in the history
  • Loading branch information
fyellin committed Sep 11, 2024
1 parent e4975d5 commit f42dc36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codegen/tests/test_codegen_apipatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def test_comment_remover():
code = p.dumps()

assert code.count("#") == 4

assert "IDL" not in code # IDL is auto-added by the codegen
assert "unknown" not in code # these are also auto-added

Expand Down

0 comments on commit f42dc36

Please sign in to comment.