Skip to content

Commit

Permalink
Update contact info test description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben committed Dec 24, 2024
1 parent 8378662 commit 2bcee96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand All @@ -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);

Expand Down

0 comments on commit 2bcee96

Please sign in to comment.