Re-enable unit tests and fix a few lint warnings

This commit is contained in:
aringenbach
2023-04-20 16:01:17 +02:00
parent 616238f13b
commit a3f7d0433a
6 changed files with 23 additions and 24 deletions
@@ -65,7 +65,7 @@ extension MockCompletionSuggestionScreenState: CommandsProviderProtocol {
func fetchCommands(_ commands: @escaping ([CommandsProviderCommand]) -> Void) {
commands([
CommandsProviderCommand(name: "/ban",
parametersFormat: "<user-id> [reason]",
parametersFormat: "<user-id> [<reason>]",
description: "Bans user with given id"),
CommandsProviderCommand(name: "/invite",
parametersFormat: "<user-id>",