Skip to content

Commit

Permalink
fixup! quic_newcid_test: Add negative test case
Browse files Browse the repository at this point in the history
  • Loading branch information
t8m committed May 11, 2023
1 parent aa38794 commit 4390ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/quic_newcid_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static int test_ncid_frame(int fail)
if (!TEST_ptr(cctx))
goto err;

if (!TEST_true(qtest_create_quic_objects(NULL, cctx, cert, privkey, 1,
if (!TEST_true(qtest_create_quic_objects(NULL, cctx, cert, privkey, 0,
&qtserv, &cssl, &fault)))
goto err;

Expand Down

0 comments on commit 4390ef9

Please sign in to comment.