aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/voiceagents/test/VoiceAgentTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/voiceagents/test/VoiceAgentTest.cpp')
-rw-r--r--src/plugins/voiceagents/test/VoiceAgentTest.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/plugins/voiceagents/test/VoiceAgentTest.cpp b/src/plugins/voiceagents/test/VoiceAgentTest.cpp
index e5ad15e..9730182 100644
--- a/src/plugins/voiceagents/test/VoiceAgentTest.cpp
+++ b/src/plugins/voiceagents/test/VoiceAgentTest.cpp
@@ -20,10 +20,9 @@
#include "voiceagents/test/VoiceAgentsTestData.h"
#include "test/common/ConsoleLogger.h"
-using namespace vshl::voiceagents;
-using namespace vshl::test::common;
-
-namespace vshl {
+using namespace vshlcore::voiceagents;
+using namespace vshlcore::test::common;
+namespace vshlcore {
namespace test {
class VoiceAgentTest : public ::testing::Test {