chess: Rename to chessbot to avoid naming conflict with engine.
This commit is contained in:
parent
9e5c929c86
commit
4364dc7599
|
@ -1,7 +1,7 @@
|
|||
from zulip_bots.test_lib import BotTestCase
|
||||
|
||||
class TestChessBot(BotTestCase):
|
||||
bot_name = "chess"
|
||||
bot_name = "chessbot"
|
||||
|
||||
START_RESPONSE = '''New game! The board looks like this:
|
||||
|
Loading…
Reference in a new issue