Skip to content

Commit

Permalink
fix: test complie warning
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Sep 22, 2023
1 parent 1049b60 commit 75d1b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/quicer_listener_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ tc_verify_none_butwith_cacert(Config)->
StreamOpts = [ {stream_callback, quicer_echo_server_stream_callback}
| default_stream_opts() ],
Options = {LConfig, ConnectionOpts, StreamOpts},
{ok, QuicApp} = quicer:spawn_listener(?FUNCTION_NAME, Port, Options),
{ok, _QuicApp} = quicer:spawn_listener(?FUNCTION_NAME, Port, Options),

%% Then the connection should succeed
{ok, Conn} =
Expand Down

0 comments on commit 75d1b25

Please sign in to comment.