Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Jan 3, 2025
1 parent ab8d937 commit a9ca42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ares-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ void MockChannelOptsTest::ProcessAltChannel(ares_channel_t *chan, unsigned int c
}

void MockChannelOptsTest::Process(unsigned int cancel_ms) {
ProcessAltChannel(channel_);
ProcessAltChannel(channel_, cancel_ms);
}

void MockEventThreadOptsTest::Process(unsigned int cancel_ms) {
Expand Down

0 comments on commit a9ca42b

Please sign in to comment.