removed test

This commit is contained in:
Philip Korsholm
2021-10-21 14:34:40 +02:00
parent 0993e18481
commit dd9dd293ed

View File

@@ -108,8 +108,6 @@ describe("ClaimService", () => {
it("successfully creates a claim", async () => {
await claimService.create(testClaim)
expect(true).toEqual(false)
expect(withTransactionMock).toHaveBeenCalledWith("return")
expect(returnService.create).toHaveBeenCalledTimes(1)