Added missing test value for day 14, part 1
This commit is contained in:
parent
f9583e684d
commit
637e7aedad
|
@ -55,7 +55,7 @@ end;
|
||||||
|
|
||||||
procedure TParabolicReflectorDishFullDataTestCase.TestPart1;
|
procedure TParabolicReflectorDishFullDataTestCase.TestPart1;
|
||||||
begin
|
begin
|
||||||
AssertEquals(-1, FSolver.GetResultPart1);
|
AssertEquals(103614, FSolver.GetResultPart1);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TParabolicReflectorDishExampleTestCase }
|
{ TParabolicReflectorDishExampleTestCase }
|
||||||
|
|
Loading…
Reference in New Issue