Changed some of the expected input file names to stay closer to the day titles

This commit is contained in:
2024-02-22 22:54:45 +01:00
parent 801f8aa643
commit 5b0a7996c5
5 changed files with 5 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ end;
function TExample2Trebuchet.GetDataFileName: string;
begin
Result := 'trebuchet_calibration_document2.txt';
Result := 'trebuchet2.txt';
end;
{ TTrebuchetExample2TestCase }