aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/core/test/VRRequestProcessorTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/core/test/VRRequestProcessorTest.cpp')
-rw-r--r--src/plugins/core/test/VRRequestProcessorTest.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/plugins/core/test/VRRequestProcessorTest.cpp b/src/plugins/core/test/VRRequestProcessorTest.cpp
index c1a37df..caa62b8 100644
--- a/src/plugins/core/test/VRRequestProcessorTest.cpp
+++ b/src/plugins/core/test/VRRequestProcessorTest.cpp
@@ -22,11 +22,10 @@
#include "test/common/ConsoleLogger.h"
#include "test/mocks/AFBApiMock.h"
-using namespace vshl::core;
-using namespace vshl::voiceagents;
-using namespace vshl::test::common;
-
-namespace vshl {
+using namespace vshlcore::core;
+using namespace vshlcore::voiceagents;
+using namespace vshlcore::test::common;
+namespace vshlcore {
namespace test {
class VRRequestProcessorTest : public ::testing::Test {