feat: add the ability to unit test some aspects of SplitInput (#5179)

This commit is contained in:
pajlada
2024-02-17 13:26:54 +01:00
committed by GitHub
parent 4b48774cbb
commit 32d269dffc
8 changed files with 142 additions and 4 deletions
+6
View File
@@ -24,8 +24,14 @@ public:
return this->watchingChannel;
}
QString getLastUserThatWhisperedMe() const override
{
return this->lastUserThatWhisperedMe;
}
ChannelPtr watchingChannelInner;
IndirectChannel watchingChannel;
QString lastUserThatWhisperedMe{"forsen"};
};
} // namespace chatterino::mock