diff --git a/__tests__/unit/models/platform.model.test.ts b/__tests__/unit/models/platform.model.test.ts index 1055761..8e6c6c2 100644 --- a/__tests__/unit/models/platform.model.test.ts +++ b/__tests__/unit/models/platform.model.test.ts @@ -12,10 +12,6 @@ describe('Platform model', () => { platform = { name: 'google', community: new Types.ObjectId(), - metadata: { - guildId: 'guildId', - selectedChannels: ['c1', 'c2'], - }, disconnectedAt: null, }; });