Skip to content

Commit d6af4e4

Browse files
committed
ALCS-2394 Tests fix 2
1 parent 2e3226f commit d6af4e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

alcs-frontend/src/app/features/application/decision/decision-v2/decision-input/decision-conditions/decision-condition/decision-condition.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('DecisionConditionComponent', () => {
1818
component = fixture.componentInstance;
1919
component.data = {
2020
type: {
21-
code: 'A',
21+
code: '',
2222
label: '',
2323
description: '',
2424
isAdministrativeFeeAmountChecked: false,

alcs-frontend/src/app/features/notice-of-intent/decision/decision-v2/decision-input/decision-conditions/decision-condition/decision-condition.component.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ describe('DecisionConditionComponent', () => {
2020
code: '',
2121
label: '',
2222
description: '',
23+
isAdministrativeFeeAmountChecked: false,
24+
isSingleDateChecked: false,
25+
isSecurityAmountChecked: false,
2326
},
2427
};
2528
fixture.detectChanges();

0 commit comments

Comments
 (0)