Skip to content

Commit

Permalink
[FOLD] Address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scottschurr committed Jun 24, 2019
1 parent 24022a5 commit 554dd2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/rpc/AccountTx_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ class AccountTx_test : public beast::unit_test::suite

BEAST_EXPECT (result[jss::result][jss::status] == "success");
BEAST_EXPECT (result[jss::result][jss::transactions].isArray());
BEAST_EXPECT (result[jss::result][jss::transactions].size() == 21);

Json::Value const& txs {result[jss::result][jss::transactions]};

Expand Down

0 comments on commit 554dd2d

Please sign in to comment.