refactor(engine): retarget ML runner to plate filler

This commit is contained in:
aj
2026-09-21 15:52:45 -04:00
parent 6bcea7919a
commit bb671cb176
2 changed files with 11 additions and 8 deletions
@@ -115,5 +115,7 @@ public class EngineRefactorSmokeTests
Assert.NotNull(result);
Assert.True(result.PartCount > 0);
Assert.False(string.IsNullOrWhiteSpace(result.WinnerEngine));
Assert.NotEmpty(result.AngleResults);
}
}