Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 4f96f21

Browse files
authored
Changed worker id to communications worker (#250)
1 parent 467cc6a commit 4f96f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_communications_to_ground_station.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
FLIGHT_INTERFACE_TIMEOUT = 30.0 # seconds
2020
FLIGHT_INTERFACE_BAUD_RATE = 57600 # symbol rate
2121
FLIGHT_INTERFACE_WORKER_PERIOD = 0.1 # seconds
22-
WORKER_ID = worker_enum.WorkerEnum.FLIGHT_INTERFACE_WORKER
22+
WORKER_ID = worker_enum.WorkerEnum.COMMUNICATIONS_WORKER
2323

2424

2525
def apply_communications_test(

0 commit comments

Comments
 (0)