mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-03 16:56:36 +00:00
[fold] remove dbKBTotal
Is 0 on rwdb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user