Skip to content

Commit

Permalink
Fix functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgain committed Feb 1, 2024
1 parent 273f30b commit a245b84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ describe('Adding an export win', () => {
showEditLink: false,
content: {
Destination: 'United States',
'Date won': '1/2023',
'Date won': `${month}/${year}`,
'Summary of support given': 'Foo bar baz',
'Overseas customer': 'David French',
Confidential: 'Yes',
Expand Down Expand Up @@ -1017,7 +1017,7 @@ describe('Adding an export win', () => {
business_potential: 'e4d74957-60a4-4eab-a17b-d4c7b792ad25',
export_experience: '051a0362-d1a9-41c0-8a58-3171e5f59a8e',
country: '81756b9a-5d95-e211-a939-e4115bead28a',
date: '2023-1-01',
date: `${year}-${month}-01`,
description: 'Foo bar baz',
name_of_customer: 'David French',
name_of_customer_confidential: true,
Expand Down

0 comments on commit a245b84

Please sign in to comment.