From f916682a71ca583c518153c57c4fe2c2906f9798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Tue, 23 Jul 2024 15:38:41 +0800 Subject: [PATCH] build: 1.6.8 beta07 --- test/MessageUnique.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/MessageUnique.ts b/test/MessageUnique.ts index 5349644e..dbb9d781 100644 --- a/test/MessageUnique.ts +++ b/test/MessageUnique.ts @@ -39,7 +39,6 @@ describe('MessageUniqueWrapper', () => { peer.chatType = 1; peer.peerUid = '123'; const msgId = 'msgId123'; - messageUniqueWrapper.createMsg(peer, msgId); const shortId = messageUniqueWrapper.getShortIdByMsgId(msgId);