Skip to content

Commit

Permalink
invoked_count
Browse files Browse the repository at this point in the history
  • Loading branch information
toidiu committed Aug 17, 2023
1 parent 11f93c1 commit 68ead2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/s2n_ktls_io_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ int main(int argc, char **argv)
EXPECT_OK(s2n_ktls_sendmsg(
server, test_record_type, &msg_iov_len_zero, 1, &blocked, &bytes_written));
EXPECT_EQUAL(bytes_written, 0);

EXPECT_EQUAL(io_pair.client_in.sendmsg_invoked_count, 2);
};
};

Expand Down

0 comments on commit 68ead2c

Please sign in to comment.