Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
momentiris committed May 21, 2024
1 parent 309e1b1 commit 7e5fb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/lease-service/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ describe('lease-service', () => {
it('responds with 404 if no listing found', async () => {
const getListingSpy = jest
.spyOn(listingAdapter, 'getListingById')
.mockResolvedValueOnceOnce(undefined)
.mockResolvedValueOnce(undefined)

const res = await request(app.callback()).get(
'/listing/1337/applicants/details'
Expand Down

0 comments on commit 7e5fb58

Please sign in to comment.