build: 😭版本满天飞版本

This commit is contained in:
手瓜一十雪
2024-07-29 00:39:34 +08:00
committed by GitHub
parent cd256235da
commit 3452fa56df

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();
});
});
});