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 -1
View File
@@ -8,6 +8,7 @@
#include "messages/Emote.hpp"
#include "mocks/BaseApplication.hpp"
#include "mocks/Channel.hpp"
#include "mocks/Emotes.hpp"
#include "mocks/Helix.hpp"
#include "mocks/Logging.hpp"
#include "mocks/TwitchIrcServer.hpp"
@@ -79,7 +80,7 @@ public:
mock::EmptyLogging logging;
AccountController accounts;
mock::MockTwitchIrcServer twitch;
Emotes emotes;
mock::Emotes emotes;
BttvEmotes bttvEmotes;
FfzEmotes ffzEmotes;
SeventvEmotes seventvEmotes;