This commit is contained in:
2026-04-27 16:30:22 +02:00
parent d063b47bec
commit d818441bde
4 changed files with 27 additions and 12 deletions

View File

@@ -20,7 +20,6 @@ const order2 = <CreateOrderDTO>{
payload: { iccid: "5678", action: "activate" }
}
describe("Test OrderRepository", {}, (ctx) => {
const orderRepo = new OrderRepository(postgresClient)
let testIds: number[] = []