diff --git a/nano/core_test/conflicts.cpp b/nano/core_test/conflicts.cpp index 0d3f3d4210..27342790f9 100644 --- a/nano/core_test/conflicts.cpp +++ b/nano/core_test/conflicts.cpp @@ -174,7 +174,7 @@ TEST (conflicts, add_two) // wait 3s before asserting just to make sure there would be enough time // for the Active Elections Container to evict both elections in case they would wrongfully get confirmed // - ASSERT_TIMELY (5s, node->active.size () == 2); + ASSERT_TIMELY_EQ (5s, node->active.size (), 2); } TEST (vote_uniquer, null)