fix: don't initialize GIFTimer in tests (#5608)

This commit is contained in:
nerix
2024-09-29 14:05:28 +02:00
committed by GitHub
parent ef3c51a4e2
commit 0db477665c
9 changed files with 53 additions and 13 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
#include "controllers/commands/CommandController.hpp"
#include "controllers/hotkeys/HotkeyController.hpp"
#include "mocks/BaseApplication.hpp"
#include "singletons/Emotes.hpp"
#include "mocks/Emotes.hpp"
#include "singletons/Fonts.hpp"
#include "singletons/Paths.hpp"
#include "singletons/Settings.hpp"
@@ -62,7 +62,7 @@ public:
WindowManager windowManager;
AccountController accounts;
CommandController commands;
Emotes emotes;
mock::Emotes emotes;
};
class SplitInputTest