Skip to content

Commit 453990c

Browse files
committed
switched the correct onces back
1 parent 3345383 commit 453990c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
["10"],
44+
["9"],
4545
)
4646
result: ChData = fprime_test_api.assert_telemetry(
4747
f"{loadswitch}.IsOn", start="NOW", timeout=3

FprimeZephyrReference/test/int/power_monitor_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def send_packet(fprime_test_api: IntegrationTestAPI, start_gds):
2222
proves_send_and_assert_command(
2323
fprime_test_api,
2424
"CdhCore.tlmSend.SEND_PKT",
25-
["9"],
25+
["10"],
2626
)
2727

2828

0 commit comments

Comments
 (0)