#411 Improve command migration handling, write tests

This commit is contained in:
ljacqu
2016-11-24 17:39:57 +01:00
parent e83935c11e
commit f6ed39b118
14 changed files with 248 additions and 57 deletions
@@ -160,7 +160,7 @@ public class MessagesIntegrationTest {
messages.send(sender, key);
// then
verify(sender).sendMessage(argThat(equalTo("Use /captcha THE_CAPTCHA to solve the captcha")));
verify(sender).sendMessage("Use /captcha THE_CAPTCHA to solve the captcha");
}
@Test