build: 😭版本满天飞版本

This commit is contained in:
手瓜一十雪 2024-07-29 00:39:34 +08:00 committed by GitHub
parent 6750bfc5c6
commit 34874df476

View File

@ -1,6 +1,5 @@
describe('MessageUniqueWrapper', () => {
let messageUniqueWrapper: MessageUniqueWrapper;
let messageUniqueWrapper: MessageUniqueWrapper;
beforeEach(() => {
messageUniqueWrapper = new MessageUniqueWrapper();
});
@ -91,4 +90,4 @@ describe('MessageUniqueWrapper', () => {
expect(shortId).toBeUndefined();
});
});
});