Remove redundant emplace_back

This commit is contained in:
JCW
2026-06-03 14:50:30 +01:00
parent 0b5e5c0908
commit 7c3b09a237

View File

@@ -609,8 +609,6 @@ TEST_F(AmendmentTableTest, no_on_unknown)
votingState.votes.emplace_back(testAmendment, validators.size());
votingState.votes.emplace_back(testAmendment, validators.size());
ourVotes = doRound(allRules(), *table, weeks{2}, validators, votingState);
EXPECT_TRUE(ourVotes.empty());
EXPECT_TRUE(votingState.enabled.empty());