From 1378e8514cfcb2b8d871bd662b586ea6f48d52e3 Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Sat, 25 May 2024 12:15:49 +0200 Subject: [PATCH] Use video game namespace for testing Signed-off-by: Uilian Ries --- tests/modules/videoGame/VideoGameTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/modules/videoGame/VideoGameTest.cpp b/tests/modules/videoGame/VideoGameTest.cpp index f3fc995db..99f586019 100644 --- a/tests/modules/videoGame/VideoGameTest.cpp +++ b/tests/modules/videoGame/VideoGameTest.cpp @@ -8,6 +8,8 @@ using namespace ::testing; using namespace faker; +using namespace faker::videoGame; + class VideoGameTest : public Test {