Skip to content

Commit

Permalink
[FOLD] Add another test
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardHinnant committed Jan 8, 2018
1 parent 76afbcc commit aa3feb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/rpc/ValidatorRPC_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,10 @@ class ValidatorRPC_test : public beast::unit_test::suite
auto result = env.rpc("validation_create");
BEAST_EXPECT(result.isMember(jss::result) &&
result[jss::result][jss::status] == "success");
result = env.rpc("validation_create",
"BAWL MAN JADE MOON DOVE GEM SON NOW HAD ADEN GLOW TIRE");
BEAST_EXPECT(result.isMember(jss::result) &&
result[jss::result][jss::status] == "success");
}

void
Expand Down

0 comments on commit aa3feb5

Please sign in to comment.