Skip to content

Commit

Permalink
test: fixed e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Feb 14, 2024
1 parent 1b02eb3 commit 26d44aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/tasks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ describe("Task Executor", function () {
expect(emittedEventsNames).toContain(Events.InvoiceReceived.name);
expect(emittedEventsNames).toContain(Events.DebitNoteReceived.name);
expect(emittedEventsNames).toContain(Events.PaymentAccepted.name);
expect(emittedEventsNames).toContain(Events.DebitNoteAccepted.name);
};

beforeEach(() => {
Expand Down

0 comments on commit 26d44aa

Please sign in to comment.