diff --git a/tests/unit/core/test-core-command.cpp b/tests/unit/core/test-core-command.cpp index 1d8accd56..90b9f3eb5 100644 --- a/tests/unit/core/test-core-command.cpp +++ b/tests/unit/core/test-core-command.cpp @@ -1039,7 +1039,10 @@ TEST(CoreCommand, Help) TEST(CoreCommand, History) { - /* TODO: write tests */ + WEE_CMD_CORE("/history"); + WEE_CMD_CORE("/history clear"); + WEE_CMD_CORE_ERROR_GENERIC("/history xxx"); + WEE_CMD_CORE_ERROR_GENERIC("/history -1"); } /*