3409-clientCredit_maxRows #963
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#963
Loading…
Reference in New Issue
No description provided.
Delete Branch "3409-clientCredit_maxRows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +8,4 @@
},
"properties": {
"id": {
"type": "Number",
@ -0,0 +13,4 @@
try {
const options = {transaction: tx};
const ctx = {options};
why ctx.options instead of options?
@ -0,0 +34,4 @@
throw e;
}
expect(rowsAfter.length).toEqual(clientConfig.maxCreditRows);
Checking the length of the result doesn't check the "old" rows where actually deleted as mentioned in the test description "should delete old rows of clientCredit"
LGTM