Add solution for "Day 19: Linen Layout", part 2
This commit is contained in:
@@ -346,11 +346,11 @@ TEST_CASE("[LinenLayoutTests]")
|
||||
TestContext test;
|
||||
SECTION("FullData")
|
||||
{
|
||||
test.run(std::make_unique<LinenLayout>(), 272, 0, test.getInputPaths());
|
||||
test.run(std::make_unique<LinenLayout>(), 272, 1041529704688380, test.getInputPaths());
|
||||
}
|
||||
SECTION("ExampleData")
|
||||
{
|
||||
test.run(std::make_unique<LinenLayout>(), 6, 0, test.getExampleInputPaths());
|
||||
test.run(std::make_unique<LinenLayout>(), 6, 16, test.getExampleInputPaths());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user