Usecases
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user