Skip to content

Commit

Permalink
fix video game import name
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed May 24, 2024
1 parent d88fdcc commit 865da5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/modules/videoGame/VideoGameTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 865da5e

Please sign in to comment.