Skip to content

Commit dae0473

Browse files
committed
fix(identity): remove unused and deprecated event
1 parent 2760557 commit dae0473

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

demo/angular/src/app/identity/identity.page.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ const happyPathItems: ITestItems[] = [
4949
name: IdentityVerificationSheetEventsEnum.VerificationResult,
5050
expect: IdentityVerificationSheetEventsEnum.Completed,
5151
},
52-
{
53-
type: 'event',
54-
name: IdentityVerificationSheetEventsEnum.Completed,
55-
},
5652
];
5753

5854
const cancelPathItems: ITestItems[] = [
@@ -77,10 +73,6 @@ const cancelPathItems: ITestItems[] = [
7773
name: IdentityVerificationSheetEventsEnum.VerificationResult,
7874
expect: IdentityVerificationSheetEventsEnum.Canceled,
7975
},
80-
{
81-
type: 'event',
82-
name: IdentityVerificationSheetEventsEnum.Canceled,
83-
},
8476
];
8577

8678
@Component({

0 commit comments

Comments
 (0)