Skip to content

Commit

Permalink
chore(EMS-3901): update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbarnes committed Oct 16, 2024
1 parent ca59c0c commit e63e0f6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/api/constants/application/versions/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ describe('api/constants/application/versions', () => {
DEFAULT_CURRENCY: GBP,
BROKER_ADDRESS_AS_MULTIPLE_FIELDS: false,
},
{
VERSION_NUMBER: '3',
OVER_500K_SUPPORT: true,
DEFAULT_FINAL_DESTINATION_KNOWN: null,
DEFAULT_NEED_PRE_CREDIT_PERIOD_COVER: null,
DEFAULT_CURRENCY: GBP,
BROKER_ADDRESS_AS_MULTIPLE_FIELDS: false,
REQUESTED_CREDIT_LIMIT_REQUIRED: true,
},
];

expect(VERSIONS).toEqual(expected);
Expand Down

0 comments on commit e63e0f6

Please sign in to comment.