mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 05:27:55 +00:00
[#1836] fixed rebase
This commit is contained in:
parent
0721a05021
commit
a0d04b2cc3
@ -1090,7 +1090,7 @@ TEST_F(NameChangeUDPTest, roundTripTest) {
|
||||
NameChangeRequestPtr ncr;
|
||||
ASSERT_NO_THROW(ncr = NameChangeRequest::fromJSON(valid_msgs[i]));
|
||||
sender_->sendRequest(ncr);
|
||||
EXPECT_EQ(i+1, sender_->getQueueSize());
|
||||
EXPECT_EQ(i+1, sender_->getQueueSize());
|
||||
}
|
||||
|
||||
// Execute callbacks until we have sent and received all of messages.
|
||||
|
Loading…
x
Reference in New Issue
Block a user