Skip to content

Commit

Permalink
fix: remove deplication meme
Browse files Browse the repository at this point in the history
  • Loading branch information
m2en committed Dec 24, 2022
1 parent ffaf219 commit 71a7caa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/service/command/meme/test/dousurya.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ describe('meme', () => {
}
)
);
await responder.on(
createMockMessage(
parseStringsOrThrow(['dousureba', 'こるく'], responder.schema),
(message) => {
expect(message).toStrictEqual({
description: `限界みたいな鯖に住んでるこるくはどうすりゃいいですか?`
});
}
)
);
});

it('args null (dousureba)', async () => {
Expand Down

0 comments on commit 71a7caa

Please sign in to comment.