From d7fc6e17f99753c6e8f5d0666b322139e7a3b770 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Thu, 6 Jan 2022 10:26:22 +0800 Subject: [PATCH] revert --- source/dnode/mgmt/impl/test/profile/profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dnode/mgmt/impl/test/profile/profile.cpp b/source/dnode/mgmt/impl/test/profile/profile.cpp index 48bd0d1bbf..29b71f1c27 100644 --- a/source/dnode/mgmt/impl/test/profile/profile.cpp +++ b/source/dnode/mgmt/impl/test/profile/profile.cpp @@ -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);