Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Feb 2, 2023
1 parent 3359923 commit 34a8882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/chiptest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _IsValidYamlTest(name: str) -> bool:
"""

# Simulated tests are not runnable by repl tests, need
# separate infrastructure. Exclude theml completely (they are
# separate infrastructure. Exclude them completely (they are
# not even manual)
if name.endswith('_Simulated.yaml'):
return False
Expand Down

0 comments on commit 34a8882

Please sign in to comment.