aboutsummaryrefslogtreecommitdiff
path: root/src/test/ResourceManagerTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ResourceManagerTest.cpp')
-rw-r--r--src/test/ResourceManagerTest.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/ResourceManagerTest.cpp b/src/test/ResourceManagerTest.cpp
index cc3b022..1f56e23 100644
--- a/src/test/ResourceManagerTest.cpp
+++ b/src/test/ResourceManagerTest.cpp
@@ -4,7 +4,7 @@
#define protected public
#include <crepe/util/Log.h>
-#include <crepe/ResourceManager.h>
+#include <crepe/manager/ResourceManager.h>
#include <crepe/api/GameObject.h>
using namespace std;
@@ -12,8 +12,9 @@ using namespace crepe;
using namespace testing;
class ResourceManagerTest : public Test {
+ Mediator mediator;
public:
- ResourceManager resource_manager{};
+ ResourceManager resource_manager{mediator};
Asset asset_a{"asset/texture/img.png"};
Asset asset_b{"asset/texture/ERROR.png"};