mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Remove extra space from helper_get_circ_and_stream_for_test() call in test_e2e_rend_circuit_setup()
This commit is contained in:
parent
5082eeba38
commit
f684fd79e9
@ -306,7 +306,7 @@ test_e2e_rend_circuit_setup(void *arg)
|
||||
mock_connection_ap_handshake_send_begin);
|
||||
|
||||
/* Setup */
|
||||
retval = helper_get_circ_and_stream_for_test( &or_circ, &conn, 0);
|
||||
retval = helper_get_circ_and_stream_for_test(&or_circ, &conn, 0);
|
||||
tt_int_op(retval, OP_EQ, 0);
|
||||
tt_assert(or_circ);
|
||||
tt_assert(conn);
|
||||
|
Loading…
Reference in New Issue
Block a user