Skip to content

Commit

Permalink
[test] check what response github action is getting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Dec 25, 2023
1 parent 82dabb9 commit 99aa404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/airports/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('airports', () => {
expect.assertions(1)

const data = await airports.getNearby()
expect(data[0]).toMatchSnapshot(AirportShortSnapshot)
expect(data).toMatchSnapshot()
})
})

Expand Down

0 comments on commit 99aa404

Please sign in to comment.