Skip to content

Commit 45238b5

Browse files
committed
fix test
1 parent 0af3f50 commit 45238b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/payment/case-payment-history-viewer-field.component.spec.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('CasePaymentHistoryViewerFieldComponent', () => {
4242
appConfig.getRefundsUrl.and.returnValue(REFUNDS_URL);
4343
appConfig.getNotificationUrl.and.returnValue(NOTIFICATION_URL);
4444

45-
paymentWebComponent = MockComponent({ selector: 'ccpay-payment-lib', inputs: [
45+
paymentWebComponent = MockComponent({ selector: 'ccpay-payment-lib', standalone: false, inputs: [
4646
'API_ROOT',
4747
'CCD_CASE_NUMBER',
4848
'BULKSCAN_API_ROOT',
@@ -68,8 +68,7 @@ describe('CasePaymentHistoryViewerFieldComponent', () => {
6868
CasePaymentHistoryViewerFieldComponent,
6969

7070
// Mocks
71-
MockRpxTranslatePipe,
72-
paymentWebComponent
71+
MockRpxTranslatePipe
7372
],
7473
providers: [
7574
{ provide: AbstractAppConfig, useValue: appConfig },

0 commit comments

Comments
 (0)