Resolves trailing whitespace.

This commit is contained in:
Johnny 2020-01-13 20:46:42 +00:00
parent 0b38de0057
commit 69c6f3b443
2 changed files with 2 additions and 2 deletions

View file

@ -1700,4 +1700,4 @@ class TestSystemCommands(CommandTest):
mock_channeldb.objects.get_channel = mock.MagicMock(return_value=channel)
self.call(syscommands.SystemSendToChannel(), "public:Hello")
channel.msg.assert_called()
channel.msg.assert_called()