Fixed test broken from 2bd3d235
. This test assumed current was copied to request->end but the only important thing is current == request->end.
This commit is contained in:
parent
ef169f3600
commit
0992a2d509
1 changed files with 0 additions and 1 deletions
|
@ -484,7 +484,6 @@ TEST (bulk_pull, get_next_on_open)
|
|||
ASSERT_NE (nullptr, block);
|
||||
ASSERT_TRUE (block->previous ().is_zero ());
|
||||
ASSERT_FALSE (connection->requests.empty ());
|
||||
ASSERT_FALSE (request->current.is_zero ());
|
||||
ASSERT_EQ (request->current, request->request->end);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue