Skip to content

Commit

Permalink
additional tests for Subscribe unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ckeshava authored and Bronek committed Oct 30, 2023
1 parent 9f1d544 commit e386093
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/test/rpc/Subscribe_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,12 @@ class Subscribe_test : public beast::unit_test::suite
== Account("alice").human() &&
jv[jss::close_time_iso] //
== "2000-01-01T00:00:10Z" &&
jv[jss::validated] == true && //
jv[jss::validated] == true && //
jv[jss::ledger_hash] ==
"0F1A9E0C109ADEF6DA2BDE19217C12BBEC57174CBDBD212B0EBDC1CEDB"
"853185" && //
!jv[jss::inLedger] &&
jv[jss::ledger_index] == 3 && //
jv[jss::tx_json][jss::TransactionType] //
== jss::Payment &&
jv[jss::tx_json][jss::DeliverMax] //
Expand Down

0 comments on commit e386093

Please sign in to comment.