Skip to content

Commit

Permalink
Update manage-corporate-cards.page.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored Feb 19, 2024
1 parent e437e58 commit 12713d5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ describe('ManageCorporateCardsPage', () => {
component.ionViewWillEnter();
component.virtualCardDetails$.subscribe((virtualCardDetailsRes) => {
expect(virtualCardDetailsRes).toBeDefined();
console.log(virtualCardDetailsRes);
});
});

Expand Down

0 comments on commit 12713d5

Please sign in to comment.