Skip to content

Commit 01e2316

Browse files
committed
fix
1 parent 86262ed commit 01e2316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mobc/src/src_user/test/src_core/system/watchdog_timer/test_watchdog_timer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_wdt_at_sils():
5656
assert tlm_HK["HK.WDT.IS_CLEAR_ENABLE"] == "ENA"
5757

5858
wings.util.send_cmd_and_confirm(
59-
ope, c2a_enum.Cmd_CODE_WDT_SET_TIMER, (1000, ), c2a_enum.Tlm_CODE_HK
59+
ope, c2a_enum.Cmd_CODE_WDT_SET_TIMER, (1000,), c2a_enum.Tlm_CODE_HK
6060
)
6161
tlm_HK = wings.util.generate_and_receive_tlm(
6262
ope, c2a_enum.Cmd_CODE_TG_GENERATE_RT_TLM, c2a_enum.Tlm_CODE_HK

0 commit comments

Comments
 (0)