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 a9ca42b commit 2a8ac18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/ares-test-mock.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,8 @@ TEST_P(MockUDPChannelTest, GetSock) {
}
EXPECT_NE((size_t)0, sock_cnt);

Process();

bitmask = ares_getsock(channel_, nullptr, 0);
EXPECT_EQ(0, bitmask);
}
Expand Down Expand Up @@ -1730,6 +1732,8 @@ TEST_P(MockTCPChannelTest, GetSock) {
}
EXPECT_NE((size_t)0, sock_cnt);

Process();

bitmask = ares_getsock(channel_, nullptr, 0);
EXPECT_EQ(0, bitmask);
}
Expand Down

0 comments on commit 2a8ac18

Please sign in to comment.