Skip to content

Commit 78ff029

Browse files
created unhappy path test for OfferService
1 parent 5925060 commit 78ff029

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎__tests__/services/offerService.test.js‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ describe('Test OfferService >', () => {
214214
`OfferService@linkToLocation: An error ocurred to link offer #${offer.id} to location #${location.id}`,
215215
rejectionObject
216216
);
217+
218+
expect.assertions(3);
217219
});
218220
});
219221
});

0 commit comments

Comments
 (0)