Skip to content

Commit 4317b99

Browse files
committed
manutally sending packet
1 parent 6133f99 commit 4317b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FprimeZephyrReference/test/int/power_monitor_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_03_reset_total_power_command(fprime_test_api: IntegrationTestAPI, start
9595
# Verify event was logged
9696
fprime_test_api.assert_event(f"{powerMonitor}.TotalPowerReset", timeout=3)
9797

98-
send_packet(fprime_test_api, start_gds)
98+
proves_send_and_assert_command(fprime_test_api, "CdhCore.tlmSend.SEND_PKT", ["10"])
9999

100100
# Wait for next telemetry update
101101
time.sleep(2)

0 commit comments

Comments
 (0)