Skip to content

Commit ce560a3

Browse files
committed
lint
1 parent 4554d9d commit ce560a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ros.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ def connect(clients):
9292

9393
# Assert connection status
9494
for ros in clients:
95-
assert ros.is_connected == False
95+
assert not ros.is_connected

0 commit comments

Comments
 (0)