We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6189f41 commit 9beb84aCopy full SHA for 9beb84a
1 file changed
msgq/tests/test_fake.py
@@ -162,10 +162,11 @@ def test_synced_pub_sub(self):
162
recv_called = carState_handle.recv_called_event
163
recv_ready = carState_handle.recv_ready_event
164
165
+ pub_sock = msgq.pub_sock("carState")
166
+
167
p = multiprocessing.Process(target=daemon_repub_process_run)
168
p.start()
169
- pub_sock = msgq.pub_sock("carState")
170
sub_sock = msgq.sub_sock("ubloxGnss")
171
172
try:
0 commit comments