Fix error in unit test
This commit is contained in:
parent
26eaa843b3
commit
ec9b6aa993
|
@ -60,7 +60,7 @@ class CommandParserTest {
|
||||||
|
|
||||||
private fun test(message: String, expectedResult: ParsedCommand) {
|
private fun test(message: String, expectedResult: ParsedCommand) {
|
||||||
val commandParser = CommandParser()
|
val commandParser = CommandParser()
|
||||||
val result = commandParser.parseSlashCommand(message)
|
val result = commandParser.parseSlashCommand(message,false)
|
||||||
result shouldBeEqualTo expectedResult
|
result shouldBeEqualTo expectedResult
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue