This commit is contained in:
liuyq-617 2022-01-06 10:26:22 +08:00
parent 308faffccd
commit d7fc6e17f9
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ TEST_F(DndTestProfile, 04_HeartBeatMsg) {
pRsp->totalDnodes = htonl(pRsp->totalDnodes);
pRsp->onlineDnodes = htonl(pRsp->onlineDnodes);
pRsp->epSet.port[0] = htons(pRsp->epSet.port[0]);
EXPECT_EQ(1,0);
EXPECT_EQ(pRsp->connId, connId);
EXPECT_EQ(pRsp->queryId, 0);
EXPECT_EQ(pRsp->streamId, 0);