From 8063f6e29570d5709e35f5d6a690eee670a1ffdb Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 17 Oct 2020 17:02:34 +0200 Subject: [PATCH] back to fixing mixing --- src/test/test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/test.cpp b/src/test/test.cpp index e04a9561a..8b7e4fc78 100644 --- a/src/test/test.cpp +++ b/src/test/test.cpp @@ -17,7 +17,6 @@ * along with this program. If not, see . */ - #if defined(EMSESP_DEBUG) #include "test.h" @@ -28,7 +27,7 @@ namespace emsesp { // used with the 'test' command, under su/admin void Test::run_test(uuid::console::Shell & shell, const std::string & command) { if (command == "default") { - run_test(shell, "unknown"); // add the default test case here + run_test(shell, "mixing"); // add the default test case here } if (command.empty()) {