Skip to content

Commit

Permalink
Fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Nov 29, 2022
1 parent 2fa8ea8 commit 12f4043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/attack_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Ensure (attack, comm_send_status_sends_correct_text)
kb_ops_struct.kb_lnk_reset = __wrap_redis_lnk_reset;
kb->kb_ops = &kb_ops_struct;

set_main_kb (kb);
expect (__wrap_redis_push_str);
expect (__wrap_redis_lnk_reset);
assert_that (comm_send_status (kb, "127.0.0.1", 11, 67), is_equal_to (0));
Expand Down

0 comments on commit 12f4043

Please sign in to comment.