diff --git a/source/dnode/mnode/impl/test/db/db.cpp b/source/dnode/mnode/impl/test/db/db.cpp index a3efad8aa2..17fda48cd7 100644 --- a/source/dnode/mnode/impl/test/db/db.cpp +++ b/source/dnode/mnode/impl/test/db/db.cpp @@ -119,8 +119,8 @@ TEST_F(MndTestDb, 02_Create_Alter_Drop_Db) { EXPECT_EQ(test.GetShowRows(), 2); CheckInt32(2); CheckInt32(3); - CheckInt32(0); - CheckInt32(0); + IgnoreInt32(); + IgnoreInt32(); CheckInt16(1); CheckInt16(1); CheckBinary("master", 9);