Skip to content

Commit

Permalink
[#69358] tests: test_callbacks: Fix mock
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Torhan <[email protected]>
  • Loading branch information
m-torhan committed Dec 19, 2024
1 parent 519159d commit 3417ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/kenning_inference_lib/src/core/test_callbacks.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ DEFINE_FFF_GLOBALS;
MOCK(status_t, protocol_prepare_fail_resp, resp_message_t *) \
MOCK(status_t, model_load_struct_from_loader) \
MOCK(status_t, model_load_weights_from_loader) \
MOCK(status_t, model_load_input_from_loader) \
MOCK(status_t, model_load_input_from_loader, const size_t) \
MOCK(status_t, model_run) \
MOCK(status_t, model_get_output, const size_t, uint8_t *, size_t *) \
MOCK(status_t, model_get_statistics, const size_t, uint8_t *, size_t *) \
Expand Down

0 comments on commit 3417ae1

Please sign in to comment.