Tests Failed

This commit is contained in:
2024-04-29 15:24:34 -07:00
parent 6f48f4890e
commit f798e59451
11 changed files with 195 additions and 24 deletions

View File

@ -313,7 +313,7 @@ public class WaferCounterHelper
}
private static string GetWaferSizeDirectory(string area, string waferSize) =>
Path.Combine(_Directory, area, waferSize);
Path.Combine(_Directory ?? throw new NotSupportedException(), area, waferSize);
internal static string GetLastQuantityAndSlotMap(string area, string waferSize)
{