From 865da5e33ef3ee7dd8ba974dd90325d8e586adaa Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Fri, 24 May 2024 16:11:52 +0200 Subject: [PATCH] fix video game import name Signed-off-by: Uilian Ries --- tests/modules/videoGame/VideoGameTest.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/modules/videoGame/VideoGameTest.cpp b/tests/modules/videoGame/VideoGameTest.cpp index 3bed2a53c..59fb9ac76 100644 --- a/tests/modules/videoGame/VideoGameTest.cpp +++ b/tests/modules/videoGame/VideoGameTest.cpp @@ -4,10 +4,10 @@ #include "gtest/gtest.h" -#include "videogame/data/GameTitles.h" -#include "videogame/data/Genres.h" -#include "videogame/data/Platforms.h" -#include "videogame/data/StudioNames.h" +#include "videoGame/data/GameTitles.h" +#include "videoGame/data/Genres.h" +#include "videoGame/data/Platforms.h" +#include "videoGame/data/StudioNames.h" using namespace ::testing; using namespace faker;