From 00c736447a5874e4c78bd7b27a8fb6660f00da2a Mon Sep 17 00:00:00 2001 From: Behzad Rabiei <53224485+Behzad-rabiei@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:44:33 +0400 Subject: [PATCH] avoid confusion --- __tests__/unit/models/platform.model.test.ts | 4 ---- 1 file changed, 4 deletions(-) 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, }; });