Skip to content

Commit

Permalink
Remove commented test code
Browse files Browse the repository at this point in the history
  • Loading branch information
rbultman committed Jan 4, 2024
1 parent 663b4cf commit 7985546
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/python_testing/TC_DISHM_1_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ async def test_TC_DISHM_1_2(self):
0x9: 'Day'}

# kUnknownEnumValue may not be defined
# modeTags = [tag.value for tag in Clusters.DishwasherMode.Enums.ModeTag
# if tag is not Clusters.DishwasherMode.Enums.ModeTag.kUnknownEnumValue]
try:
modeTags = [tag.value for tag in Clusters.DishwasherMode.Enums.ModeTag
if tag is not Clusters.DishwasherMode.Enums.ModeTag.kUnknownEnumValue]
Expand Down

0 comments on commit 7985546

Please sign in to comment.