Skip to content

Commit

Permalink
[FOLD] format test
Browse files Browse the repository at this point in the history
  • Loading branch information
natenichols committed Dec 15, 2021
1 parent 27fb024 commit cdd9601
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/rpc/AccountLinesRPC_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,7 @@ class AccountLinesRPC_test : public beast::unit_test::suite
auto const aliceLines = env.rpc(
"json",
"account_lines",
R"({"account": ")" + alice.human() +
R"(", "limit": 1})");
R"({"account": ")" + alice.human() + R"(", "limit": 1})");
BEAST_EXPECT(aliceLines[jss::result].isMember(jss::marker));

// When we fetch Alice's remaining lines, we should see only one more.
Expand Down

0 comments on commit cdd9601

Please sign in to comment.