From 2bcee96090dfe608a252f89fe241a07c2a16888d Mon Sep 17 00:00:00 2001 From: Ruben Date: Tue, 24 Dec 2024 09:06:20 +0100 Subject: [PATCH] Update contact info test description --- .../test/visa-card/contact-information-visa-card.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/121-service/test/visa-card/contact-information-visa-card.test.ts b/services/121-service/test/visa-card/contact-information-visa-card.test.ts index 5d69251c64..860abab4c0 100644 --- a/services/121-service/test/visa-card/contact-information-visa-card.test.ts +++ b/services/121-service/test/visa-card/contact-information-visa-card.test.ts @@ -15,7 +15,7 @@ import { resetDB, } from '@121-service/test/helpers/utility.helper'; -describe('Should update contact information', () => { +describe('Update registration data of registration with visa customer', () => { let accessToken: string; beforeEach(async () => { @@ -24,7 +24,7 @@ describe('Should update contact information', () => { await waitFor(2_000); }); - it('should update contact information', async () => { + it('should update phone number before and after changing FSP configuration from Visa', async () => { // Arrange await seedPaidRegistrations([registrationVisa], programIdVisa);