Checking for correct number of peers.
This commit is contained in:
parent
78b25b0ae4
commit
b8aa97c596
1 changed files with 1 additions and 1 deletions
|
@ -1233,7 +1233,7 @@ TEST (rpc, peers)
|
|||
}
|
||||
ASSERT_EQ (200, response.status);
|
||||
auto & peers_node (response.json.get_child ("peers"));
|
||||
ASSERT_EQ (1, peers_node.size ());
|
||||
ASSERT_EQ (2, peers_node.size ());
|
||||
}
|
||||
|
||||
TEST (rpc, pending)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue