Skip to content

Commit 3345383

Browse files
committed
switched the telem packets
1 parent 3d0759d commit 3345383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FprimeZephyrReference/test/int/load_switch_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_is_on(fprime_test_api: IntegrationTestAPI) -> str:
4141
proves_send_and_assert_command(
4242
fprime_test_api,
4343
"CdhCore.tlmSend.SEND_PKT",
44-
["9"],
44+
["10"],
4545
)
4646
result: ChData = fprime_test_api.assert_telemetry(
4747
f"{loadswitch}.IsOn", start="NOW", timeout=3

0 commit comments

Comments
 (0)