From e6f49040f5c405bc6b481f940a5f889e8a34e179 Mon Sep 17 00:00:00 2001 From: drlongle Date: Fri, 31 Mar 2023 20:18:42 +0200 Subject: [PATCH] Fix unit test app.LedgerData (#4484) --- src/test/rpc/LedgerData_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/rpc/LedgerData_test.cpp b/src/test/rpc/LedgerData_test.cpp index ae57d6dcf92..96e9d4395ad 100644 --- a/src/test/rpc/LedgerData_test.cpp +++ b/src/test/rpc/LedgerData_test.cpp @@ -329,7 +329,6 @@ class LedgerData_test : public beast::unit_test::suite {jss::amendments, jss::check, jss::directory, - jss::fee, jss::offer, jss::signer_list, jss::state,