feat: add the ability to unit test some aspects of SplitInput (#5179)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user