Skip to content

Commit f919bd2

Browse files
rafael2kclaude
andcommitted
tests: 2-arg notify fakes in test_arq_ladder
Follow-up to the dialed-SSID callback change (notify_connected/notify_ pending now carry the local call). test_arq_ladder.c is created on this branch by the data-plane rewrite, so the mercuryv2 SSID fix could not update its FFF fakes during the rebase; bring them to the 2-arg signature so the branch builds. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 0310e3b commit f919bd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/datalink_arq/test_arq_ladder.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ extern void mock_set_uptime_ms(uint64_t ms);
2929

3030
FAKE_VOID_FUNC(fake_send_tx_frame, int, int, size_t, const uint8_t *, int);
3131
FAKE_VOID_FUNC(fake_send_pattern_ack, int, int);
32-
FAKE_VOID_FUNC(fake_notify_connected, const char *);
33-
FAKE_VOID_FUNC(fake_notify_pending, const char *);
32+
FAKE_VOID_FUNC(fake_notify_connected, const char *, const char *);
33+
FAKE_VOID_FUNC(fake_notify_pending, const char *, const char *);
3434
FAKE_VOID_FUNC(fake_notify_cancelpending);
3535
FAKE_VOID_FUNC(fake_notify_disconnected, bool);
3636
FAKE_VOID_FUNC(fake_deliver_rx_data, const uint8_t *, size_t);

0 commit comments

Comments
 (0)