mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 07:22:25 +00:00
commit
a5cc613a68
1 changed files with 4 additions and 0 deletions
|
@ -583,7 +583,9 @@ TEST_F(levin_notify, stem_without_padding)
|
|||
{
|
||||
const std::size_t sent = context->process_send_queue();
|
||||
if (sent && is_stem)
|
||||
{
|
||||
EXPECT_EQ(1u, (context - contexts_.begin()) % 2);
|
||||
}
|
||||
send_count += sent;
|
||||
}
|
||||
|
||||
|
@ -653,7 +655,9 @@ TEST_F(levin_notify, local_without_padding)
|
|||
{
|
||||
const std::size_t sent = context->process_send_queue();
|
||||
if (sent && is_stem)
|
||||
{
|
||||
EXPECT_EQ(1u, (context - contexts_.begin()) % 2);
|
||||
}
|
||||
send_count += sent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue