Skip to content

Commit b9df025

Browse files
committed
Updating TC_RVCOPSTATE_2_1 test module:
- Resolving linting error
1 parent f99cced commit b9df025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_RVCOPSTATE_2_1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def TC_RVCOPSTATE_2_1(self) -> list[str]:
8585

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

0 commit comments

Comments
 (0)