From 559d32f04d5c37b8b03db87d57ccdf83bd622019 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Wed, 13 Nov 2024 21:37:36 +0100 Subject: [PATCH] [fold] remove dbKBTotal Is 0 on rwdb --- src/test/rpc/GetCounts_test.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/rpc/GetCounts_test.cpp b/src/test/rpc/GetCounts_test.cpp index 52b645ed7..82a8ad628 100644 --- a/src/test/rpc/GetCounts_test.cpp +++ b/src/test/rpc/GetCounts_test.cpp @@ -47,9 +47,6 @@ class GetCounts_test : public beast::unit_test::suite BEAST_EXPECT( result.isMember(jss::uptime) && !result[jss::uptime].asString().empty()); - BEAST_EXPECT( - result.isMember(jss::dbKBTotal) && - result[jss::dbKBTotal].asInt() > 0); } // create some transactions