fix: don't initialize GIFTimer in tests (#5608)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "mocks/BaseApplication.hpp"
|
||||
#include "mocks/Channel.hpp"
|
||||
#include "mocks/ChatterinoBadges.hpp"
|
||||
#include "mocks/Emotes.hpp"
|
||||
#include "mocks/EmptyApplication.hpp"
|
||||
#include "mocks/Logging.hpp"
|
||||
#include "mocks/TwitchIrcServer.hpp"
|
||||
@@ -14,7 +15,6 @@
|
||||
#include "providers/ffz/FfzBadges.hpp"
|
||||
#include "providers/seventv/SeventvBadges.hpp"
|
||||
#include "providers/twitch/TwitchBadge.hpp"
|
||||
#include "singletons/Emotes.hpp"
|
||||
#include "Test.hpp"
|
||||
|
||||
#include <QColor>
|
||||
@@ -81,7 +81,7 @@ public:
|
||||
|
||||
mock::EmptyLogging logging;
|
||||
AccountController accounts;
|
||||
Emotes emotes;
|
||||
mock::Emotes emotes;
|
||||
mock::UserDataController userData;
|
||||
mock::MockTwitchIrcServer twitch;
|
||||
mock::ChatterinoBadges chatterinoBadges;
|
||||
|
||||
Reference in New Issue
Block a user