@wireapp/core 46.46.5-beta.3.53ca41796 → 46.46.5-beta.6.e4b768966

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -456,6 +456,7 @@ describe('MLSService', () => {
456
456
  });
457
457
  it('Throws if decryption fails', async () => {
458
458
  const [mlsService, { transactionContext }] = await createMLSService();
459
+ const mockGroupId = 'mXOagqRIX/RFd7QyXJA8/Ed8X+hvQgLXIiwYHm3OQFc=';
459
460
  const getGroupIdFromConversationId = () => Promise.resolve(mockGroupId);
460
461
  jest
461
462
  .spyOn(transactionContext, 'decryptMessage')
package/package.json CHANGED
@@ -61,6 +61,6 @@
61
61
  "test:coverage": "jest --coverage",
62
62
  "watch": "tsc --watch"
63
63
  },
64
- "version": "46.46.5-beta.3.53ca41796",
65
- "gitHead": "53ca41796ba2a0b6d3fbd862f5ff01483e670289"
64
+ "version": "46.46.5-beta.6.e4b768966",
65
+ "gitHead": "e4b768966d1341527e6d7c5c4efda2689b35d4a0"
66
66
  }