Removes groupv1 protos

This commit is contained in:
Josh Perez 2023-07-26 13:49:27 -04:00 committed by GitHub
parent 6c70cd450b
commit 8aac997b4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 21 additions and 373 deletions

View file

@ -72,7 +72,7 @@ describe('editing', function needsName() {
await bootstrap.teardown();
});
it('handles outgoing edited messages phone -> desktop', async () => {
it('handles outgoing edited messages phone to desktop', async () => {
const { phone, desktop } = bootstrap;
const window = await app.getWindow();
@ -130,7 +130,7 @@ describe('editing', function needsName() {
assert.strictEqual(await messages.count(), 1, 'message count');
});
it('handles incoming edited messages contact -> desktop', async () => {
it('handles incoming edited messages contact to desktop', async () => {
const { contacts, desktop } = bootstrap;
const window = await app.getWindow();