bug fixes

This commit is contained in:
Richard Holland
2023-07-12 08:02:04 +00:00
parent 076b8e3e11
commit 152780b218
5 changed files with 11 additions and 22 deletions

View File

@@ -2582,6 +2582,7 @@ class Import_test : public beast::unit_test::suite
auto const [signers, signersSle] =
signersKeyAndSle(*env.current(), alice);
BEAST_REQUIRE(!!signersSle);
auto const signerEntries =
signersSle->getFieldArray(sfSignerEntries);
BEAST_EXPECT(signerEntries.size() == 1);