Add solution for "Day 23: LAN Party", part 2
This commit is contained in:
@@ -406,10 +406,10 @@ TEST_CASE("[LanPartyTests]")
|
||||
TestContext test;
|
||||
SECTION("FullData")
|
||||
{
|
||||
test.runFull(std::make_unique<LanParty>(), 1230, "");
|
||||
test.runFull(std::make_unique<LanParty>(), 1230, "az,cj,kp,lm,lt,nj,rf,rx,sn,ty,ui,wp,zo");
|
||||
}
|
||||
SECTION("ExampleData")
|
||||
{
|
||||
test.runExample(std::make_unique<LanParty>(), 7, "");
|
||||
test.runExample(std::make_unique<LanParty>(), 7, "co,de,ka,ta");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user