Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Mar 28, 2023
1 parent b8455ba commit e23a1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_CGEN_2_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ async def test_TC_CGEN_2_4(self):
elif cap == Clusters.GeneralCommissioning.Enums.RegulatoryLocationType.kOutdoor:
newloc = Clusters.GeneralCommissioning.Enums.RegulatoryLocationType.kIndoor
else:
newloc = Clusters.GeneralCommissioning.Enums.RegulatoryLocationType.extend_enum_if_value_doesnt_exist(3)
newloc = Clusters.GeneralCommissioning.Enums.RegulatoryLocationType.extend_enum_if_value_doesnt_exist(3)

logging.info('Step 19 Send SetRgulatoryConfig with incorrect location newloc = {}'.format(newloc))
cmd = Clusters.GeneralCommissioning.Commands.SetRegulatoryConfig(
Expand Down

0 comments on commit e23a1bb

Please sign in to comment.