diff --git a/tests/e2e/resourceRentalPool.spec.ts b/tests/e2e/resourceRentalPool.spec.ts index a07a971c0..8bf43e112 100644 --- a/tests/e2e/resourceRentalPool.spec.ts +++ b/tests/e2e/resourceRentalPool.spec.ts @@ -237,7 +237,7 @@ describe("ResourceRentalPool", () => { const rental = await pool.acquire(); await rental.getExeUnit(); await expect(rental.stopAndFinalize(10)).rejects.toThrow( - new GolemAbortError("The finalization of payment process has been aborted due to a timeout"), + new GolemAbortError("The finalization of payment process has been aborted"), ); });