Skip to content

Commit

Permalink
Updating TC_RVCOPSTATE_2_1 test module:
Browse files Browse the repository at this point in the history
- Resolving linting error
  • Loading branch information
j-ororke committed Dec 2, 2024
1 parent f99cced commit b9df025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_RVCOPSTATE_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def TC_RVCOPSTATE_2_1(self) -> list[str]:

@async_test_body
async def test_TC_RVCOPSTATE_2_1(self):
if self.matter_test_config.endpoint is None or self.matter_test_config.endpoint == 0:
if self.matter_test_config.endpoint is None or self.matter_test_config.endpoint == 0:
asserts.fail("--endpoint must be set and not set to 0 for this test to run correctly.")
self.endpoint = self.get_endpoint()
asserts.assert_false(self.endpoint is None, "--endpoint <endpoint> must be included on the command line in.")
Expand Down

0 comments on commit b9df025

Please sign in to comment.