feat: add snapshot tests for eventsub messages (#5965)

This commit is contained in:
nerix
2025-02-21 21:33:29 +01:00
committed by GitHub
parent bb4c6d6f6e
commit a86df7087d
17 changed files with 885 additions and 21 deletions
+2
View File
@@ -27,6 +27,7 @@
#include <unordered_map>
class TestIrcMessageHandlerP;
class TestEventSubMessagesP;
namespace chatterino {
@@ -514,6 +515,7 @@ private:
friend class IrcMessageHandler;
friend class Commands_E2E_Test;
friend class ::TestIrcMessageHandlerP;
friend class ::TestEventSubMessagesP;
};
} // namespace chatterino