summaryrefslogtreecommitdiffstats
path: root/src/plugins/core/test/VRRequestTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/core/test/VRRequestTest.cpp')
-rw-r--r--src/plugins/core/test/VRRequestTest.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/plugins/core/test/VRRequestTest.cpp b/src/plugins/core/test/VRRequestTest.cpp
index b1cd0a6..a7bb3db 100644
--- a/src/plugins/core/test/VRRequestTest.cpp
+++ b/src/plugins/core/test/VRRequestTest.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 VRRequestTest : public ::testing::Test {