Drain jobs cleanly on shutdown

This commit is contained in:
Alvaro 2023-02-24 12:03:17 -07:00 committed by GitHub
parent a83a85d557
commit b5849f872a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 301 additions and 30 deletions

View file

@ -152,7 +152,6 @@ describe('pnp/send gv2 invite', function needsName() {
let group: Group;
{
state = await phone.waitForStorageState({ after: state });
const groups = await phone.getAllGroups(state);
assert.strictEqual(groups.length, 1);