Ready to test new column
This commit is contained in:
committed by
Tucker Chase (CSC FI SPS MESLEO)
parent
123bbdb9fe
commit
1b22ffa439
@ -102,7 +102,7 @@ public class CorrectiveActionTests {
|
||||
internal static void TestCorrectiveAction(ILogger? logger, AppSettings appSettings, int caNo) {
|
||||
SetGlobalVars(logger, appSettings);
|
||||
CorrectiveAction ca;
|
||||
CorrectiveActionDMO caDMO = new(appSettings);
|
||||
CorrectiveActionDMO caDMO = new();
|
||||
ca = caDMO.GetCAItemReadOnly(caNo, appSettings.UserId);
|
||||
if (ca is null)
|
||||
throw new Exception($"{nameof(ca)}");
|
||||
|
Reference in New Issue
Block a user