Drop the line count that drifts and reuse the delay helper

This commit is contained in:
2026-08-30 21:09:19 +02:00
parent 7e8af3c308
commit fa720e244a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ describe('reconnect', () => {
session.on('reconnected', () => { reconnects++; });
await session.close();
await new Promise(resolve => setTimeout(resolve, 150));
await delay(150);
assert.equal(reconnects, 0);
await smpp.close();