Skip to content

Commit

Permalink
test: fixing broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 committed Dec 19, 2023
1 parent ffb7c15 commit ec3cf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payment/agreement_payment_process.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe("AgreementPaymentProcess", () => {
}),
),
).called();
expect(process.isFinished()).toEqual(false);
expect(process.isFinished()).toEqual(true);
});

it("accepts the duplicated invoice if the previous one is still not processed", async () => {
Expand Down

0 comments on commit ec3cf63

Please sign in to comment.