more test cases fixes

This commit is contained in:
Richard Holland
2023-09-24 20:49:27 +00:00
parent dd6e21c38b
commit f9a43f262c
2 changed files with 2 additions and 3 deletions

View File

@@ -53,8 +53,7 @@ public:
lc_result = env.rpc("ledger_closed")[jss::result];
BEAST_EXPECT(
lc_result[jss::ledger_hash] ==
"21282D1B44C45ACBFFBF735D5862D2CA4B5F4874D286082684D9D987996A6E8F");
std::cout << lc_result[jss::ledger_hash] << "\n";
"E86DE7F3D7A4D9CE17EF7C8BA08A8F4D8F643B9552F0D895A31CDA78F541DE4E");
BEAST_EXPECT(lc_result[jss::ledger_index] == 3);
}

View File

@@ -166,7 +166,7 @@ public:
{
using namespace std::chrono_literals;
using namespace jtx;
Env env(*this);
Env env(*this, supported_amendments() - featureXahauGenesis);
auto wsc = makeWSClient(env.app().config());
Json::Value stream;