Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson authored and jackson committed Aug 16, 2024
1 parent 132713c commit 241c077
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ test("calls the submitCallback with the correct filters", async () => {
const callBack = jest.fn();

const expectedPayload = {
selectedNationalities: ['GBR'],
selectedNationalities: [{
code: 'GBR',
name: 'Great Britain'
}],
selectedAgeGroups: ['0-9'],
showTransitPaxNumber: false,
showNumberOfVisaNationals: true,
Expand Down

0 comments on commit 241c077

Please sign in to comment.