Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
memochou1993 committed Dec 23, 2022
1 parent 949431a commit bf70a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/command.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test('COMMAND_COMMAND', async () => {
const replies = results.map(({ messages }) => messages.map(({ altText }) => altText));
expect(replies).toEqual(
[
['指令'],
[COMMAND_COMMAND.text],
],
);
}, TIMEOUT);

0 comments on commit bf70a41

Please sign in to comment.