Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
duyen-tran committed Jul 27, 2023
1 parent e2642bf commit 9f12812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_RVCCLEANM_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def test_TC_RVCCLEANM_2_1(self):
"the --int-arg flag as PIXIT_MODEFAIL:<mode id>")
asserts.assert_true('pixit_can_test_mode_failure' in self.matter_test_config.global_test_params,
"PIXIT_CAN_TEST_MODE_FAILURE must be included on the command line in "
"the --bool-arg flag as PIXIT_CAN_TEST_MODE_FAILURE:<true/false>")
"the --bool-arg flag as PIXIT_CAN_TEST_MODE_FAILURE:<true/false>")

self.endpoint = self.matter_test_config.global_test_params['PIXIT_ENDPOINT']
self.modeok = self.matter_test_config.global_test_params['PIXIT_MODEOK']
Expand Down

0 comments on commit 9f12812

Please sign in to comment.