Skip to content

Commit

Permalink
chore: verify test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Nov 7, 2023
1 parent 7bc8b5b commit 7764adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/data/src/links/RestAPILink/fetchData.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe('networkFetch', () => {
it('Should correctly parse a successful VND.GEOJSON response', () => {
;(global as any).fetch = mockFetch
expect(fetchData('vnd.geo+json', {})).resolves.toMatchObject({
foo: 'geobar',
foo: 'bar',
})
})

Expand Down

0 comments on commit 7764adb

Please sign in to comment.