Skip to content

Commit

Permalink
refactor: Enable lazy loading for images in BillingService.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Sep 6, 2024
1 parent 24bd374 commit ec4268c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Common/Tests/Server/Services/BillingService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,6 @@ describe("BillingService", () => {
customer: customerId,
limit: 100,
});

});

it("should return an empty array if no invoices are found for the customer", async () => {
Expand Down

0 comments on commit ec4268c

Please sign in to comment.