Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2025-07-25 10:57:45 -04:00

View File

@@ -466,7 +466,8 @@ describe('Notes', () => {
assert.strictEqual(cid, remoteCid);
});
it('should create a new topic in cid -1 if a non-same origin remote category is addressed', async () => {
it('should create a new topic in cid -1 if a non-same origin remote category is addressed', async function () {
this.timeout(60000);
const { id: remoteCid } = helpers.mocks.group({
id: `https://example.com/${utils.generateUUID()}`,
});