This commit is contained in:
2026-04-07 17:43:17 +02:00
parent 3956797020
commit e6ff54a15d
6 changed files with 121 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ import assert from "node:assert";
const testTask: CreatePauseCancelTaskDTO = {
iccid: "1234",
operation_type: "suspend",
activation_date: new Date(),
next_check: new Date()
}
@@ -21,6 +22,7 @@ describe("Test PauseCancelTaskRepository - DB", () => {
before(() => {
})
after(() => {
})