Cut the prose the code, the error and the record already carry
Test / lint (pull_request) Successful in 21s
Test / test (18) (pull_request) Successful in 29s
Test / test (20) (pull_request) Successful in 29s
Test / test (22) (pull_request) Successful in 30s
Test / test (24) (pull_request) Successful in 30s
Test / test (26) (pull_request) Successful in 29s
Mirror / push (push) Successful in 5s

This commit was merged in pull request #16.
This commit is contained in:
2026-09-21 08:25:39 +02:00
parent a7eb4923f5
commit 36a1c6ea7b
4 changed files with 12 additions and 18 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ describe('an address the field cannot carry', () => {
assert.deepEqual(sent.smsIds, [], address);
}
assert.deepEqual(smsc.octets, [], 'an address the field cannot carry never reaches the socket');
assert.deepEqual(smsc.octets, []);
});
});