We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0759d commit 3345383Copy full SHA for 3345383
FprimeZephyrReference/test/int/load_switch_test.py
@@ -41,7 +41,7 @@ def get_is_on(fprime_test_api: IntegrationTestAPI) -> str:
41
proves_send_and_assert_command(
42
fprime_test_api,
43
"CdhCore.tlmSend.SEND_PKT",
44
- ["9"],
+ ["10"],
45
)
46
result: ChData = fprime_test_api.assert_telemetry(
47
f"{loadswitch}.IsOn", start="NOW", timeout=3
0 commit comments